Home
last modified time | relevance | path

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

/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.h1010 #define BNXT_RX_HDL 0 macro
Dbnxt.c2857 if (budget && work_done >= budget && idx == BNXT_RX_HDL) in bnxt_poll_p5()
2875 cpr_rx = cpr->cp_ring_arr[BNXT_RX_HDL]; in bnxt_poll_p5()
3587 cpr->cp_ring_arr[BNXT_RX_HDL] = cpr2; in bnxt_alloc_cp_rings()
5212 cpr = bnapi->cp_ring.cp_ring_arr[BNXT_RX_HDL]; in bnxt_cp_ring_for_rx()
6004 cpr2 = cpr->cp_ring_arr[BNXT_RX_HDL]; in bnxt_hwrm_ring_alloc()
6006 ring->handle = BNXT_RX_HDL; in bnxt_hwrm_ring_alloc()
Dbnxt_ethtool.c3530 cpr = cpr->cp_ring_arr[BNXT_RX_HDL]; in bnxt_run_loopback()