Home
last modified time | relevance | path

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

/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.c3310 int push_size; in bnxt_alloc_tx_rings() local
3312 push_size = L1_CACHE_ALIGN(sizeof(struct tx_push_bd) + in bnxt_alloc_tx_rings()
3315 if (push_size > 256) { in bnxt_alloc_tx_rings()
3316 push_size = 0; in bnxt_alloc_tx_rings()
3320 bp->tx_push_size = push_size; in bnxt_alloc_tx_rings()