Home
last modified time | relevance | path

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

/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.c3373 int push_size; in bnxt_alloc_tx_rings() local
3375 push_size = L1_CACHE_ALIGN(sizeof(struct tx_push_bd) + in bnxt_alloc_tx_rings()
3378 if (push_size > 256) { in bnxt_alloc_tx_rings()
3379 push_size = 0; in bnxt_alloc_tx_rings()
3383 bp->tx_push_size = push_size; in bnxt_alloc_tx_rings()