Searched refs:t4_recv_wr (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/drivers/infiniband/hw/cxgb4/ |
D | t4.h | 113 union t4_recv_wr { union 362 union t4_recv_wr *queue; 394 union t4_recv_wr wqe; 399 union t4_recv_wr *queue; 583 union t4_recv_wr *wqe) in t4_ring_srq_db() 626 union t4_recv_wr *wqe) in t4_ring_rq_db()
|
D | qp.c | 759 static int build_rdma_recv(struct c4iw_qp *qhp, union t4_recv_wr *wqe, in build_rdma_recv() 774 static int build_srq_recv(union t4_recv_wr *wqe, const struct ib_recv_wr *wr, in build_srq_recv() 1266 union t4_recv_wr *wqe = NULL; in c4iw_post_receive() 1296 wqe = (union t4_recv_wr *)((u8 *)qhp->wq.rq.queue + in c4iw_post_receive() 1341 static void defer_srq_wr(struct t4_srq *srq, union t4_recv_wr *wqe, in defer_srq_wr() 1360 union t4_recv_wr *wqe, lwqe; in c4iw_post_srq_recv() 2645 void c4iw_copy_wr_to_srq(struct t4_srq *srq, union t4_recv_wr *wqe, u8 len16) in c4iw_copy_wr_to_srq()
|
D | iw_cxgb4.h | 1035 void c4iw_copy_wr_to_srq(struct t4_srq *srq, union t4_recv_wr *wqe, u8 len16);
|