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_memreg(union t3_wr *wqe, struct ib_reg_wr *wr, in build_memreg()
175 wqe = (union t3_wr *)(wq->queue + in build_memreg()
192 static int build_inv_stag(union t3_wr *wqe, struct ib_send_wr *wr, in build_inv_stag()
248 static int build_rdma_recv(struct iwch_qp *qhp, union t3_wr *wqe, in build_rdma_recv()
288 static int build_zero_stag_recv(struct iwch_qp *qhp, union t3_wr *wqe, in build_zero_stag_recv()
360 union t3_wr *wqe; in iwch_post_send()
386 wqe = (union t3_wr *) (qhp->wq.queue + idx); in iwch_post_send()
472 union t3_wr *wqe; in iwch_post_receive()
496 wqe = (union t3_wr *) (qhp->wq.queue + idx); in iwch_post_receive()
663 union t3_wr *wqe; in iwch_post_zb_read()
673 wqe = (union t3_wr *)skb_put(skb, sizeof(struct t3_rdma_read_wr)); in iwch_post_zb_read()
695 union t3_wr *wqe; in iwch_post_terminate()
705 wqe = (union t3_wr *)skb_put(skb, 40); in iwch_post_terminate()
803 union t3_wr *wqe = qhp->wq.queue; in iwch_rqes_posted()