Lines Matching refs:RING_CMP
258 writel(DB_CP_FLAGS | RING_CMP(idx), (db)->doorbell)
261 bnxt_writeq(bp, (db)->db_key64 | DBR_TYPE_NQ | RING_CMP(idx), \
265 writel(DB_CP_REARM_FLAGS | RING_CMP(idx), (db)->doorbell)
268 bnxt_writeq(bp, (db)->db_key64 | DBR_TYPE_NQ_ARM | RING_CMP(idx),\
291 RING_CMP(idx), db->doorbell); in bnxt_db_cq()
902 cp_cons = RING_CMP(ADV_RAW_CMP(cp_cons, curr)); in bnxt_get_agg()
1207 last = RING_CMP(*raw_cons); in bnxt_agg_bufs_valid()
1667 idx = RING_CMP(*raw_cons); in bnxt_tpa_end()
1810 u16 cfa_code, cons, prod, cp_cons = RING_CMP(tmp_raw_cons); in bnxt_rx_pkt()
1833 cp_cons = RING_CMP(tmp_raw_cons); in bnxt_rx_pkt()
2090 cp_cons = RING_CMP(tmp_raw_cons); in bnxt_force_rx_discard()
2095 cp_cons = RING_CMP(tmp_raw_cons); in bnxt_force_rx_discard()
2465 u32 cons = RING_CMP(cpr->cp_raw_cons); in bnxt_msix()
2476 u16 cons = RING_CMP(raw_cons); in bnxt_has_work()
2489 u32 cons = RING_CMP(cpr->cp_raw_cons); in bnxt_inta()
2528 cons = RING_CMP(raw_cons); in __bnxt_poll_work()
2654 cp_cons = RING_CMP(raw_cons); in bnxt_poll_nitroa0()
2666 cp_cons = RING_CMP(tmp_raw_cons); in bnxt_poll_nitroa0()
2777 RING_CMP(cpr2->cp_raw_cons), db->doorbell); in __bnxt_poll_cqs_done()
2804 cons = RING_CMP(raw_cons); in bnxt_poll_p5()