Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sfc/siena/
H A Dtx_common.c262 if (fill_level <= efx->txq_wake_thresh) in efx_siena_xmit_done()
H A Dnet_driver.h980 unsigned int txq_wake_thresh; member
H A Defx_common.c432 efx->txq_wake_thresh = efx->txq_stop_thresh / 2; in efx_start_datapath()
/linux/drivers/net/ethernet/sfc/
H A Dtx_common.c295 if (fill_level <= efx->txq_wake_thresh) in efx_xmit_done()
H A Dnet_driver.h1062 unsigned int txq_wake_thresh; member
H A Defx_common.c428 efx->txq_wake_thresh = efx->txq_stop_thresh / 2; in efx_start_datapath()
/linux/drivers/net/ethernet/sfc/falcon/
H A Dtx.c511 if (fill_level <= efx->txq_wake_thresh) in ef4_xmit_done()
H A Defx.c655 efx->txq_wake_thresh = efx->txq_stop_thresh / 2; in ef4_start_datapath()