Lines Matching refs:t3_wr
42 static int build_rdma_send(union t3_wr *wqe, struct ib_send_wr *wr, in build_rdma_send()
87 static int build_rdma_write(union t3_wr *wqe, struct ib_send_wr *wr, in build_rdma_write()
128 static int build_rdma_read(union t3_wr *wqe, struct ib_send_wr *wr, in build_rdma_read()
149 static int build_fastreg(union t3_wr *wqe, struct ib_send_wr *wr, in build_fastreg()
174 wqe = (union t3_wr *)(wq->queue + in build_fastreg()
191 static int build_inv_stag(union t3_wr *wqe, struct ib_send_wr *wr, in build_inv_stag()
247 static int build_rdma_recv(struct iwch_qp *qhp, union t3_wr *wqe, in build_rdma_recv()
287 static int build_zero_stag_recv(struct iwch_qp *qhp, union t3_wr *wqe, in build_zero_stag_recv()
359 union t3_wr *wqe; in iwch_post_send()
385 wqe = (union t3_wr *) (qhp->wq.queue + idx); in iwch_post_send()
471 union t3_wr *wqe; in iwch_post_receive()
495 wqe = (union t3_wr *) (qhp->wq.queue + idx); in iwch_post_receive()
535 union t3_wr *wqe; in iwch_bind_mw()
564 wqe = (union t3_wr *) (qhp->wq.queue + idx); in iwch_bind_mw()
743 union t3_wr *wqe; in iwch_post_zb_read()
753 wqe = (union t3_wr *)skb_put(skb, sizeof(struct t3_rdma_read_wr)); in iwch_post_zb_read()
775 union t3_wr *wqe; in iwch_post_terminate()
785 wqe = (union t3_wr *)skb_put(skb, 40); in iwch_post_terminate()
883 union t3_wr *wqe = qhp->wq.queue; in iwch_rqes_posted()