Home
last modified time | relevance | path

Searched refs:send_cq (Results 1 – 2 of 2) sorted by relevance

/include/rdma/
Drdmavt_qp.h806 struct rvt_cq *cq = ibcq_to_rvtcq(qp->ibqp.send_cq); in rvt_send_cq()
921 static inline u32 ib_cq_tail(struct ib_cq *send_cq) in ib_cq_tail() argument
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()
937 static inline u32 ib_cq_head(struct ib_cq *send_cq) in ib_cq_head() argument
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()
Dib_verbs.h1177 struct ib_cq *send_cq; member
1784 struct ib_cq *send_cq; member