Searched refs:RING_CMP (Results 1 – 3 of 3) sorted by relevance
288 RING_CMP(idx), db->doorbell); in bnxt_db_cq()1120 last = RING_CMP(*raw_cons); in bnxt_agg_bufs_valid()1580 idx = RING_CMP(*raw_cons); in bnxt_tpa_end()1744 cp_cons = RING_CMP(tmp_raw_cons); in bnxt_rx_pkt()1969 cp_cons = RING_CMP(tmp_raw_cons); in bnxt_force_rx_discard()1974 cp_cons = RING_CMP(tmp_raw_cons); in bnxt_force_rx_discard()2316 u16 cons = RING_CMP(raw_cons); in bnxt_has_work()2368 cons = RING_CMP(raw_cons); in __bnxt_poll_work()2491 cp_cons = RING_CMP(raw_cons); in bnxt_poll_nitroa0()2503 cp_cons = RING_CMP(tmp_raw_cons); in bnxt_poll_nitroa0()[all …]
684 #define RING_CMP(idx) ((idx) & bp->cp_ring_mask) macro685 #define NEXT_CMP(idx) RING_CMP(ADV_RAW_CMP(idx, 1))
3361 cp_cons = RING_CMP(raw_cons); in bnxt_rx_loopback()3392 cons = RING_CMP(raw_cons); in bnxt_poll_loopback()
Completed in 44 milliseconds