Searched refs:EFX_TXQ_MIN_ENT (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/net/ethernet/sfc/siena/
H A Defx.h47 #define EFX_TXQ_MIN_ENT(efx) (2 * efx_siena_tx_max_skb_descs(efx)) macro
H A Dethtool.c195 txq_entries = max(ring->tx_pending, EFX_TXQ_MIN_ENT(efx));
H A Defx.c359 if (WARN_ON(EFX_DEFAULT_DMAQ_SIZE < EFX_TXQ_MIN_ENT(efx))) {
/linux-master/drivers/net/ethernet/sfc/
H A Defx.h63 #define EFX_TXQ_MIN_ENT(efx) (2 * efx_tx_max_skb_descs(efx)) macro
H A Dethtool.c195 txq_entries = max(ring->tx_pending, EFX_TXQ_MIN_ENT(efx));
H A Defx.c349 if (WARN_ON(EFX_DEFAULT_DMAQ_SIZE < EFX_TXQ_MIN_ENT(efx))) {

Completed in 112 milliseconds