Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/nvidia/
H A Dforcedeth.c834 u32 tx_pkts_in_progress; member
1947 np->tx_pkts_in_progress = 0; in nv_init_tx()
2036 np->tx_pkts_in_progress = 0; in nv_drain_tx()
2533 if (np->tx_pkts_in_progress == NV_TX_LIMIT_COUNT) { in nv_start_xmit_optimized()
2543 np->tx_pkts_in_progress++; in nv_start_xmit_optimized()
2573 np->tx_pkts_in_progress--; in nv_tx_flip_ownership()
2577 np->tx_pkts_in_progress++; in nv_tx_flip_ownership()