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

/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c3677 int push_size; local
3679 push_size = L1_CACHE_ALIGN(sizeof(struct tx_push_bd) +
3682 if (push_size > 256) {
3683 push_size = 0;
3687 bp->tx_push_size = push_size;

Completed in 211 milliseconds