Home
last modified time | relevance | path

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

/drivers/net/ethernet/sfc/
Def100_tx.c371 if (fill_level > efx->txq_stop_thresh) { in ef100_enqueue_skb()
383 if (fill_level < efx->txq_stop_thresh) in ef100_enqueue_skb()
Dtx.c68 if (likely(fill_level < efx->txq_stop_thresh)) in efx_tx_maybe_stop_queue()
92 if (likely(fill_level < efx->txq_stop_thresh)) { in efx_tx_maybe_stop_queue()
Defx_common.c430 efx->txq_stop_thresh = efx->txq_entries - efx_tx_max_skb_descs(efx); in efx_start_datapath()
431 efx->txq_wake_thresh = efx->txq_stop_thresh / 2; in efx_start_datapath()
Dnet_driver.h1027 unsigned int txq_stop_thresh; member
/drivers/net/ethernet/sfc/falcon/
Dtx.c115 if (likely(fill_level < efx->txq_stop_thresh)) in ef4_tx_maybe_stop_queue()
140 if (likely(fill_level < efx->txq_stop_thresh)) { in ef4_tx_maybe_stop_queue()
Dnet_driver.h799 unsigned int txq_stop_thresh; member
Defx.c660 efx->txq_stop_thresh = efx->txq_entries - ef4_tx_max_skb_descs(efx); in ef4_start_datapath()
661 efx->txq_wake_thresh = efx->txq_stop_thresh / 2; in ef4_start_datapath()