Home
last modified time | relevance | path

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

/drivers/net/ethernet/sfc/siena/
Dtx_common.c262 if (fill_level <= efx->txq_wake_thresh) in efx_siena_xmit_done()
Dnet_driver.h988 unsigned int txq_wake_thresh; member
Defx_common.c432 efx->txq_wake_thresh = efx->txq_stop_thresh / 2; in efx_start_datapath()
/drivers/net/ethernet/sfc/
Dtx_common.c277 if (fill_level <= efx->txq_wake_thresh) in efx_xmit_done()
Dnet_driver.h1041 unsigned int txq_wake_thresh; member
Defx_common.c433 efx->txq_wake_thresh = efx->txq_stop_thresh / 2; in efx_start_datapath()
/drivers/net/ethernet/sfc/falcon/
Dtx.c519 if (fill_level <= efx->txq_wake_thresh) in ef4_xmit_done()
Dnet_driver.h800 unsigned int txq_wake_thresh; member
Defx.c656 efx->txq_wake_thresh = efx->txq_stop_thresh / 2; in ef4_start_datapath()