Searched refs:qplib_q (Results 1 – 1 of 1) sorted by relevance
338 static inline bool bnxt_qplib_queue_full(struct bnxt_qplib_q *qplib_q) in bnxt_qplib_queue_full() argument340 return HWQ_CMP((qplib_q->hwq.prod + qplib_q->q_full_delta), in bnxt_qplib_queue_full()341 &qplib_q->hwq) == HWQ_CMP(qplib_q->hwq.cons, in bnxt_qplib_queue_full()342 &qplib_q->hwq); in bnxt_qplib_queue_full()