Searched refs:rvt_cq (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/include/rdma/ |
| D | rdmavt_cq.h | 91 struct rvt_cq { struct 105 static inline struct rvt_cq *ibcq_to_rvtcq(struct ib_cq *ibcq) in ibcq_to_rvtcq() argument 107 return container_of(ibcq, struct rvt_cq, ibcq); in ibcq_to_rvtcq() 110 bool rvt_cq_enter(struct rvt_cq *cq, struct ib_wc *entry, bool solicited);
|
| D | rdmavt_qp.h | 801 struct rvt_cq *cq = ibcq_to_rvtcq(qp->ibqp.recv_cq); in rvt_recv_cq() 821 struct rvt_cq *cq = ibcq_to_rvtcq(qp->ibqp.send_cq); in rvt_send_cq() 938 struct rvt_cq *cq = ibcq_to_rvtcq(send_cq); in ib_cq_tail() 954 struct rvt_cq *cq = ibcq_to_rvtcq(send_cq); in ib_cq_head()
|
| /Linux-v5.4/drivers/infiniband/sw/rdmavt/ |
| D | trace_cq.h | 57 #define TRACE_SYSTEM rvt_cq 78 TP_PROTO(struct rvt_cq *cq, 104 TP_PROTO(struct rvt_cq *cq, const struct ib_cq_init_attr *attr), 112 TP_PROTO(struct rvt_cq *cq, struct ib_wc *wc, u32 idx), 152 TP_PROTO(struct rvt_cq *cq, struct ib_wc *wc, u32 idx), 157 TP_PROTO(struct rvt_cq *cq, struct ib_wc *wc, u32 idx),
|
| D | cq.c | 67 bool rvt_cq_enter(struct rvt_cq *cq, struct ib_wc *entry, bool solicited) in rvt_cq_enter() 163 struct rvt_cq *cq = container_of(work, struct rvt_cq, comptask); in send_complete() 205 struct rvt_cq *cq = ibcq_to_rvtcq(ibcq); in rvt_create_cq() 320 struct rvt_cq *cq = ibcq_to_rvtcq(ibcq); in rvt_destroy_cq() 345 struct rvt_cq *cq = ibcq_to_rvtcq(ibcq); in rvt_req_notify_cq() 381 struct rvt_cq *cq = ibcq_to_rvtcq(ibcq); in rvt_resize_cq() 519 struct rvt_cq *cq = ibcq_to_rvtcq(ibcq); in rvt_poll_cq()
|
| D | vt.c | 432 INIT_RDMA_OBJ_SIZE(ib_cq, rvt_cq, ibcq),
|