Searched refs:t4_wr (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/infiniband/hw/cxgb4/ |
D | t4.h | 97 union t4_wr { union 118 static inline void init_wr_hdr(union t4_wr *wqe, u16 wrid, in init_wr_hdr() 332 union t4_wr *queue; 610 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 | 122 sq->queue = (__force union t4_wr *)(rdev->oc_mw_kva + sq->dma_addr - in alloc_oc_sq() 487 static int build_rdma_send(struct t4_sq *sq, union t4_wr *wqe, in build_rdma_send() 554 static int build_rdma_write(struct t4_sq *sq, union t4_wr *wqe, in build_rdma_write() 655 static int build_rdma_read(union t4_wr *wqe, const struct ib_send_wr *wr, in build_rdma_read() 692 union t4_wr *wqe; in post_write_cmpl() 701 wqe = (union t4_wr *)((u8 *)qhp->wq.sq.queue + in post_write_cmpl() 812 static int build_memreg(struct t4_sq *sq, union t4_wr *wqe, in build_memreg() 876 static int build_inv_stag(union t4_wr *wqe, const struct ib_send_wr *wr, in build_inv_stag() 1106 union t4_wr *wqe = NULL; in c4iw_post_send() 1161 wqe = (union t4_wr *)((u8 *)qhp->wq.sq.queue + in c4iw_post_send()
|