Searched refs:send_cq (Results 1 – 2 of 2) sorted by relevance
806 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() argument923 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() argument939 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()
1177 struct ib_cq *send_cq; member1784 struct ib_cq *send_cq; member