Home
last modified time | relevance | path

Searched refs:NUM_TX_BD (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x.h653 #define NUM_TX_BD (TX_DESC_CNT * NUM_TX_RINGS) macro
654 #define MAX_TX_BD (NUM_TX_BD - 1)
Dbnx2x_cmn.c4409 sizeof(union eth_tx_bd_types) * NUM_TX_BD); in bnx2x_free_fp_mem_at()
4570 txdata->tx_buf_ring = kcalloc(NUM_TX_BD, in bnx2x_alloc_fp_mem_at()
4576 sizeof(union eth_tx_bd_types) * NUM_TX_BD); in bnx2x_alloc_fp_mem_at()