Home
last modified time | relevance | path

Searched refs:t4_wr (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/infiniband/hw/cxgb4/
H A Dt4.h98 union t4_wr { union
119 static inline void init_wr_hdr(union t4_wr *wqe, u16 wrid, in init_wr_hdr()
333 union t4_wr *queue;
601 static inline void t4_ring_sq_db(struct t4_wq *wq, u16 inc, union t4_wr *wqe) in t4_ring_sq_db()
H A Dqp.c123 sq->queue = (__force union t4_wr *)(rdev->oc_mw_kva + sq->dma_addr - in alloc_oc_sq()
486 static int build_rdma_send(struct t4_sq *sq, union t4_wr *wqe, in build_rdma_send()
553 static int build_rdma_write(struct t4_sq *sq, union t4_wr *wqe, in build_rdma_write()
657 static int build_rdma_read(union t4_wr *wqe, const struct ib_send_wr *wr, in build_rdma_read()
694 union t4_wr *wqe; in post_write_cmpl()
703 wqe = (union t4_wr *)((u8 *)qhp->wq.sq.queue + in post_write_cmpl()
817 static int build_memreg(struct t4_sq *sq, union t4_wr *wqe, in build_memreg()
881 static int build_inv_stag(union t4_wr *wqe, const struct ib_send_wr *wr, in build_inv_stag()
1083 union t4_wr *wqe = NULL; in c4iw_post_send()
1139 wqe = (union t4_wr *)((u8 *)qhp->wq.sq.queue + in c4iw_post_send()