Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.h600 struct tx_push_bd { struct
608 struct tx_push_bd push_bd; argument
Dbnxt.c342 struct tx_push_bd *tx_push = &tx_push_buf->push_bd; in bnxt_start_xmit()
2382 push_size = L1_CACHE_ALIGN(sizeof(struct tx_push_bd) + in bnxt_alloc_tx_rings()
2420 sizeof(struct tx_push_bd); in bnxt_alloc_tx_rings()
2423 memset(txr->tx_push, 0, sizeof(struct tx_push_bd)); in bnxt_alloc_tx_rings()