Lines Matching refs:sqp
363 struct t3_swsq *sqp; in iwch_post_send() local
391 sqp = qhp->wq.sq + in iwch_post_send()
413 sqp->read_len = wqe->read.local_len; in iwch_post_send()
415 qhp->wq.oldest_read = sqp; in iwch_post_send()
438 sqp->wr_id = wr->wr_id; in iwch_post_send()
439 sqp->opcode = wr2opcode(t3_wr_opcode); in iwch_post_send()
440 sqp->sq_wptr = qhp->wq.sq_wptr; in iwch_post_send()
441 sqp->complete = 0; in iwch_post_send()
442 sqp->signaled = (wr->send_flags & IB_SEND_SIGNALED); in iwch_post_send()
451 sqp->opcode); in iwch_post_send()
535 struct t3_swsq *sqp; in iwch_bind_mw() local
579 sqp = qhp->wq.sq + Q_PTR2IDX(qhp->wq.sq_wptr, qhp->wq.sq_size_log2); in iwch_bind_mw()
580 sqp->wr_id = mw_bind->wr_id; in iwch_bind_mw()
581 sqp->opcode = T3_BIND_MW; in iwch_bind_mw()
582 sqp->sq_wptr = qhp->wq.sq_wptr; in iwch_bind_mw()
583 sqp->complete = 0; in iwch_bind_mw()
584 sqp->signaled = (mw_bind->send_flags & IB_SEND_SIGNALED); in iwch_bind_mw()