Home
last modified time | relevance | path

Searched refs:RING_CMP (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/drivers/net/ethernet/broadcom/bnxt/
A Dbnxt.c291 RING_CMP(idx), db->doorbell); in bnxt_db_cq()
1207 last = RING_CMP(*raw_cons); in bnxt_agg_bufs_valid()
1667 idx = RING_CMP(*raw_cons); in bnxt_tpa_end()
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()
2476 u16 cons = RING_CMP(raw_cons); in bnxt_has_work()
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()
[all …]
A Dbnxt.h696 #define RING_CMP(idx) ((idx) & bp->cp_ring_mask) macro
697 #define NEXT_CMP(idx) RING_CMP(ADV_RAW_CMP(idx, 1))
A Dbnxt_ethtool.c3570 cp_cons = RING_CMP(raw_cons); in bnxt_rx_loopback()
3601 cons = RING_CMP(raw_cons); in bnxt_poll_loopback()

Completed in 41 milliseconds