Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x.h647 #define NUM_TX_BD (TX_DESC_CNT * NUM_TX_RINGS) macro
648 #define MAX_TX_BD (NUM_TX_BD - 1)
Dbnx2x_cmn.c4403 sizeof(union eth_tx_bd_types) * NUM_TX_BD); in bnx2x_free_fp_mem_at()
4564 txdata->tx_buf_ring = kcalloc(NUM_TX_BD, in bnx2x_alloc_fp_mem_at()
4570 sizeof(union eth_tx_bd_types) * NUM_TX_BD); in bnx2x_alloc_fp_mem_at()