Searched refs:t4_wr (Results 1 – 2 of 2) sorted by relevance
| /linux-4.4.14/drivers/infiniband/hw/cxgb4/ |
| D | t4.h | 90 union t4_wr { union 109 static inline void init_wr_hdr(union t4_wr *wqe, u16 wrid, in init_wr_hdr() 288 union t4_wr *queue; 458 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() 458 static int build_rdma_send(struct t4_sq *sq, union t4_wr *wqe, in build_rdma_send() 525 static int build_rdma_write(struct t4_sq *sq, union t4_wr *wqe, in build_rdma_write() 568 static int build_rdma_read(union t4_wr *wqe, struct ib_send_wr *wr, u8 *len16) in build_rdma_read() 612 static int build_memreg(struct t4_sq *sq, union t4_wr *wqe, in build_memreg() 677 static int build_inv_stag(union t4_wr *wqe, struct ib_send_wr *wr, in build_inv_stag() 747 union t4_wr *wqe = NULL; in c4iw_post_send() 770 wqe = (union t4_wr *)((u8 *)qhp->wq.sq.queue + in c4iw_post_send()
|