Searched refs:t4_wr (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/drivers/infiniband/hw/cxgb4/ |
D | t4.h | 98 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()
|
D | qp.c | 123 sq->queue = (__force union t4_wr *)(rdev->oc_mw_kva + sq->dma_addr - in alloc_oc_sq() 489 static int build_rdma_send(struct t4_sq *sq, union t4_wr *wqe, in build_rdma_send() 556 static int build_rdma_write(struct t4_sq *sq, union t4_wr *wqe, in build_rdma_write() 660 static int build_rdma_read(union t4_wr *wqe, const struct ib_send_wr *wr, in build_rdma_read() 697 union t4_wr *wqe; in post_write_cmpl() 706 wqe = (union t4_wr *)((u8 *)qhp->wq.sq.queue + in post_write_cmpl() 820 static int build_memreg(struct t4_sq *sq, union t4_wr *wqe, in build_memreg() 884 static int build_inv_stag(union t4_wr *wqe, const struct ib_send_wr *wr, in build_inv_stag() 1086 union t4_wr *wqe = NULL; in c4iw_post_send() 1142 wqe = (union t4_wr *)((u8 *)qhp->wq.sq.queue + in c4iw_post_send()
|