Home
last modified time | relevance | path

Searched refs:efx_tx_max_skb_descs (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/net/ethernet/sfc/
Dtx_common.h41 unsigned int efx_tx_max_skb_descs(struct efx_nic *efx);
Defx.h64 #define EFX_TXQ_MIN_ENT(efx) (2 * efx_tx_max_skb_descs(efx))
Dtx_common.c405 unsigned int efx_tx_max_skb_descs(struct efx_nic *efx) in efx_tx_max_skb_descs() function
Defx_common.c431 efx->txq_stop_thresh = efx->txq_entries - efx_tx_max_skb_descs(efx); in efx_start_datapath()