Searched refs:rvt_cq (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/include/rdma/ |
| H A 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);
|
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/sw/rdmavt/ |
| H A 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),
|
| H A 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() 346 struct rvt_cq *cq = ibcq_to_rvtcq(ibcq); in rvt_req_notify_cq() 382 struct rvt_cq *cq = ibcq_to_rvtcq(ibcq); in rvt_resize_cq() 520 struct rvt_cq *cq = ibcq_to_rvtcq(ibcq); in rvt_poll_cq()
|
| H A D | vt.c | 420 INIT_RDMA_OBJ_SIZE(ib_cq, rvt_cq, ibcq),
|