Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_ethtool.c1933 else if (BNX2X_NUM_RX_QUEUES(bp)) in bnx2x_get_ringparam()
1934 ering->rx_pending = MAX_RX_AVAIL / BNX2X_NUM_RX_QUEUES(bp); in bnx2x_get_ringparam()
Dbnx2x.h1870 #define BNX2X_NUM_RX_QUEUES(bp) BNX2X_NUM_QUEUES(bp) macro
Dbnx2x_cmn.c4529 rx_ring_size = MAX_RX_AVAIL/BNX2X_NUM_RX_QUEUES(bp); in bnx2x_alloc_fp_mem_at()