Home
last modified time | relevance | path

Searched refs:txq_stop_thresh (Results 1 - 17 of 17) sorted by relevance

/kernel/linux/linux-6.6/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.h859 * @txq_stop_thresh: TX queue fill level at or above which we stop it.
1022 unsigned int txq_stop_thresh; member
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
H A 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()
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.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()
H A Dnet_driver.h867 * @txq_stop_thresh: TX queue fill level at or above which we stop it.
1027 unsigned int txq_stop_thresh; member
/kernel/linux/linux-6.6/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.h826 * @txq_stop_thresh: TX queue fill level at or above which we stop it.
987 unsigned int txq_stop_thresh; member
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/falcon/
H A 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()
H A Dnet_driver.h672 * @txq_stop_thresh: TX queue fill level at or above which we stop it.
799 unsigned int txq_stop_thresh; member
H A 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()
/kernel/linux/linux-6.6/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.h672 * @txq_stop_thresh: TX queue fill level at or above which we stop it.
799 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()

Completed in 35 milliseconds