Home
last modified time | relevance | path

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

/include/rdma/
Drdmavt_qp.h805 struct rvt_cq *cq = ibcq_to_rvtcq(qp->ibqp.send_cq); in rvt_send_cq()
920 static inline u32 ib_cq_tail(struct ib_cq *send_cq) in ib_cq_tail() argument
922 struct rvt_cq *cq = ibcq_to_rvtcq(send_cq); in ib_cq_tail()
924 return ibcq_to_rvtcq(send_cq)->ip ? in ib_cq_tail()
926 ibcq_to_rvtcq(send_cq)->kqueue->tail; in ib_cq_tail()
936 static inline u32 ib_cq_head(struct ib_cq *send_cq) in ib_cq_head() argument
938 struct rvt_cq *cq = ibcq_to_rvtcq(send_cq); in ib_cq_head()
940 return ibcq_to_rvtcq(send_cq)->ip ? in ib_cq_head()
942 ibcq_to_rvtcq(send_cq)->kqueue->head; in ib_cq_head()
Dib_verbs.h1154 struct ib_cq *send_cq; member
1753 struct ib_cq *send_cq; member