Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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.c4415 sizeof(union eth_tx_bd_types) * NUM_TX_BD); in bnx2x_free_fp_mem_at()
4576 txdata->tx_buf_ring = kcalloc(NUM_TX_BD, in bnx2x_alloc_fp_mem_at()
4582 sizeof(union eth_tx_bd_types) * NUM_TX_BD); in bnx2x_alloc_fp_mem_at()