Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 991bda28 authored by Robert Walsh's avatar Robert Walsh Committed by Roland Dreier
Browse files

IB/ipath: Clean send flags properly on QP reset

parent f2d04231
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -336,7 +336,7 @@ static void ipath_reset_qp(struct ipath_qp *qp)
	qp->qkey = 0;
	qp->qp_access_flags = 0;
	qp->s_busy = 0;
	qp->s_flags &= ~IPATH_S_SIGNAL_REQ_WR;
	qp->s_flags &= IPATH_S_SIGNAL_REQ_WR;
	qp->s_hdrwords = 0;
	qp->s_psn = 0;
	qp->r_psn = 0;