Searched refs:rvt_cq (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/include/rdma/ |
D | rdmavt_cq.h | 46 struct rvt_cq { struct 60 static inline struct rvt_cq *ibcq_to_rvtcq(struct ib_cq *ibcq) in ibcq_to_rvtcq() argument 62 return container_of(ibcq, struct rvt_cq, ibcq); in ibcq_to_rvtcq() 65 bool rvt_cq_enter(struct rvt_cq *cq, struct ib_wc *entry, bool solicited);
|
D | rdmavt_qp.h | 785 struct rvt_cq *cq = ibcq_to_rvtcq(qp->ibqp.recv_cq); in rvt_recv_cq() 805 struct rvt_cq *cq = ibcq_to_rvtcq(qp->ibqp.send_cq); in rvt_send_cq() 922 struct rvt_cq *cq = ibcq_to_rvtcq(send_cq); in ib_cq_tail() 938 struct rvt_cq *cq = ibcq_to_rvtcq(send_cq); in ib_cq_head()
|
/linux-6.6.21/drivers/infiniband/sw/rdmavt/ |
D | trace_cq.h | 15 #define TRACE_SYSTEM rvt_cq 36 TP_PROTO(struct rvt_cq *cq, 62 TP_PROTO(struct rvt_cq *cq, const struct ib_cq_init_attr *attr), 70 TP_PROTO(struct rvt_cq *cq, struct ib_wc *wc, u32 idx), 110 TP_PROTO(struct rvt_cq *cq, struct ib_wc *wc, u32 idx), 115 TP_PROTO(struct rvt_cq *cq, struct ib_wc *wc, u32 idx),
|
D | cq.c | 25 bool rvt_cq_enter(struct rvt_cq *cq, struct ib_wc *entry, bool solicited) in rvt_cq_enter() 121 struct rvt_cq *cq = container_of(work, struct rvt_cq, comptask); in send_complete() 163 struct rvt_cq *cq = ibcq_to_rvtcq(ibcq); in rvt_create_cq() 278 struct rvt_cq *cq = ibcq_to_rvtcq(ibcq); in rvt_destroy_cq() 304 struct rvt_cq *cq = ibcq_to_rvtcq(ibcq); in rvt_req_notify_cq() 340 struct rvt_cq *cq = ibcq_to_rvtcq(ibcq); in rvt_resize_cq() 478 struct rvt_cq *cq = ibcq_to_rvtcq(ibcq); in rvt_poll_cq()
|
D | vt.c | 373 INIT_RDMA_OBJ_SIZE(ib_cq, rvt_cq, ibcq),
|