Searched refs:send_cq (Results 1 – 2 of 2) sorted by relevance
805 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() argument922 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() argument938 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()
1154 struct ib_cq *send_cq; member1753 struct ib_cq *send_cq; member