Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/sfc/
Def100_tx.c426 if (fill_level > efx->txq_stop_thresh) { in __ef100_enqueue_skb()
435 if (fill_level > efx->txq_stop_thresh) { in __ef100_enqueue_skb()
453 if (fill_level > efx->txq_stop_thresh) { in __ef100_enqueue_skb()
470 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.c432 efx->txq_stop_thresh = efx->txq_entries - efx_tx_max_skb_descs(efx); in efx_start_datapath()
433 efx->txq_wake_thresh = efx->txq_stop_thresh / 2; in efx_start_datapath()
Dnet_driver.h1040 unsigned int txq_stop_thresh; member
/linux-6.1.9/drivers/net/ethernet/sfc/siena/
Dtx.c52 if (likely(fill_level < efx->txq_stop_thresh)) in efx_tx_maybe_stop_queue()
76 if (likely(fill_level < efx->txq_stop_thresh)) { in efx_tx_maybe_stop_queue()
Defx_common.c431 efx->txq_stop_thresh = efx->txq_entries - efx_siena_tx_max_skb_descs(efx); in efx_start_datapath()
432 efx->txq_wake_thresh = efx->txq_stop_thresh / 2; in efx_start_datapath()
Dnet_driver.h987 unsigned int txq_stop_thresh; member
/linux-6.1.9/drivers/net/ethernet/sfc/falcon/
Dtx.c116 if (likely(fill_level < efx->txq_stop_thresh)) in ef4_tx_maybe_stop_queue()
141 if (likely(fill_level < efx->txq_stop_thresh)) { in ef4_tx_maybe_stop_queue()
Dnet_driver.h799 unsigned int txq_stop_thresh; member
Defx.c655 efx->txq_stop_thresh = efx->txq_entries - ef4_tx_max_skb_descs(efx); in ef4_start_datapath()
656 efx->txq_wake_thresh = efx->txq_stop_thresh / 2; in ef4_start_datapath()