Searched refs:ibcq_to_rvtcq (Results 1 – 4 of 4) sorted by relevance
786 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()925 return ibcq_to_rvtcq(send_cq)->ip ? in ib_cq_tail()927 ibcq_to_rvtcq(send_cq)->kqueue->tail; in ib_cq_tail()939 struct rvt_cq *cq = ibcq_to_rvtcq(send_cq); in ib_cq_head()941 return ibcq_to_rvtcq(send_cq)->ip ? in ib_cq_head()943 ibcq_to_rvtcq(send_cq)->kqueue->head; in ib_cq_head()
60 static inline struct rvt_cq *ibcq_to_rvtcq(struct ib_cq *ibcq) in ibcq_to_rvtcq() function
165 struct rvt_cq *cq = ibcq_to_rvtcq(ibcq); in rvt_create_cq()280 struct rvt_cq *cq = ibcq_to_rvtcq(ibcq); in rvt_destroy_cq()306 struct rvt_cq *cq = ibcq_to_rvtcq(ibcq); in rvt_req_notify_cq()342 struct rvt_cq *cq = ibcq_to_rvtcq(ibcq); in rvt_resize_cq()480 struct rvt_cq *cq = ibcq_to_rvtcq(ibcq); in rvt_poll_cq()
1322 rvt_cq_enter(ibcq_to_rvtcq(qp->ibqp.recv_cq), &wc, 1); in rvt_error_qp()1352 rvt_cq_enter(ibcq_to_rvtcq(qp->ibqp.recv_cq), &wc, 1); in rvt_error_qp()1823 rvt_cq_enter(ibcq_to_rvtcq(qp->ibqp.recv_cq), &wc, 1); in rvt_post_recv()2310 rvt_cq_enter(ibcq_to_rvtcq(qp->ibqp.recv_cq), &wc, 1); in init_sge()
Completed in 16 milliseconds