Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sfc/
H A Def100_tx.c427 if (fill_level > efx->txq_stop_thresh) { in __ef100_enqueue_skb()
436 if (fill_level > efx->txq_stop_thresh) { in __ef100_enqueue_skb()
454 if (fill_level > efx->txq_stop_thresh) { in __ef100_enqueue_skb()
471 if (fill_level < efx->txq_stop_thresh) in __ef100_enqueue_skb()
H A 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()
H A Defx_common.c427 efx->txq_stop_thresh = efx->txq_entries - efx_tx_max_skb_descs(efx); in efx_start_datapath()
428 efx->txq_wake_thresh = efx->txq_stop_thresh / 2; in efx_start_datapath()
H A Dnet_driver.h1023 unsigned int txq_stop_thresh; member
/linux/drivers/net/ethernet/sfc/siena/
H A 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()
H A 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()
H A Dnet_driver.h979 unsigned int txq_stop_thresh; member
/linux/drivers/net/ethernet/sfc/falcon/
H A 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()
H A Dnet_driver.h799 unsigned int txq_stop_thresh; member
H A Defx.c654 efx->txq_stop_thresh = efx->txq_entries - ef4_tx_max_skb_descs(efx); in ef4_start_datapath()
655 efx->txq_wake_thresh = efx->txq_stop_thresh / 2; in ef4_start_datapath()