Lines Matching refs:sqp
362 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()
436 sqp->wr_id = wr->wr_id; in iwch_post_send()
437 sqp->opcode = wr2opcode(t3_wr_opcode); in iwch_post_send()
438 sqp->sq_wptr = qhp->wq.sq_wptr; in iwch_post_send()
439 sqp->complete = 0; in iwch_post_send()
440 sqp->signaled = (wr->send_flags & IB_SEND_SIGNALED); in iwch_post_send()
449 sqp->opcode); in iwch_post_send()
544 struct t3_swsq *sqp; in iwch_bind_mw() local
589 sqp = qhp->wq.sq + Q_PTR2IDX(qhp->wq.sq_wptr, qhp->wq.sq_size_log2); in iwch_bind_mw()
590 sqp->wr_id = mw_bind->wr_id; in iwch_bind_mw()
591 sqp->opcode = T3_BIND_MW; in iwch_bind_mw()
592 sqp->sq_wptr = qhp->wq.sq_wptr; in iwch_bind_mw()
593 sqp->complete = 0; in iwch_bind_mw()
594 sqp->signaled = (mw_bind->send_flags & IB_SEND_SIGNALED); in iwch_bind_mw()