Home
last modified time | relevance | path

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

/linux/include/rdma/
H A Drdmavt_cq.h46 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);
H A Drdmavt_qp.h786 struct rvt_cq *cq = ibcq_to_rvtcq(qp->ibqp.recv_cq); in rvt_recv_cq()
806 struct rvt_cq *cq = ibcq_to_rvtcq(qp->ibqp.send_cq); in rvt_send_cq()
923 struct rvt_cq *cq = ibcq_to_rvtcq(send_cq); in ib_cq_tail()
939 struct rvt_cq *cq = ibcq_to_rvtcq(send_cq); in ib_cq_head()
/linux/drivers/infiniband/sw/rdmavt/
H A Dtrace_cq.h15 #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),
H A Dcq.c25 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()
H A Dvt.c373 INIT_RDMA_OBJ_SIZE(ib_cq, rvt_cq, ibcq),