Home
last modified time | relevance | path

Searched refs:rvt_cq (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/rdma/
Drdmavt_cq.h81 struct rvt_cq { struct
93 static inline struct rvt_cq *ibcq_to_rvtcq(struct ib_cq *ibcq) in ibcq_to_rvtcq() argument
95 return container_of(ibcq, struct rvt_cq, ibcq); in ibcq_to_rvtcq()
98 void rvt_cq_enter(struct rvt_cq *cq, struct ib_wc *entry, bool solicited);
/Linux-v4.19/drivers/infiniband/sw/rdmavt/
Dtrace_cq.h57 #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),
146 TP_PROTO(struct rvt_cq *cq, struct ib_wc *wc, u32 idx),
151 TP_PROTO(struct rvt_cq *cq, struct ib_wc *wc, u32 idx),
Dcq.c64 void rvt_cq_enter(struct rvt_cq *cq, struct ib_wc *entry, bool solicited) in rvt_cq_enter()
140 struct rvt_cq *cq = container_of(work, struct rvt_cq, comptask); in send_complete()
185 struct rvt_cq *cq; in rvt_create_cq()
309 struct rvt_cq *cq = ibcq_to_rvtcq(ibcq); in rvt_destroy_cq()
337 struct rvt_cq *cq = ibcq_to_rvtcq(ibcq); in rvt_req_notify_cq()
366 struct rvt_cq *cq = ibcq_to_rvtcq(ibcq); in rvt_resize_cq()
482 struct rvt_cq *cq = ibcq_to_rvtcq(ibcq); in rvt_poll_cq()