Home
last modified time | relevance | path

Searched refs:ef4_tx_max_skb_descs (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/sfc/falcon/
H A Defx.h34 unsigned int ef4_tx_max_skb_descs(struct ef4_nic *efx);
71 #define EF4_TXQ_MIN_ENT(efx) (2 * ef4_tx_max_skb_descs(efx))
H A Dtx.c81 unsigned int ef4_tx_max_skb_descs(struct ef4_nic *efx) in ef4_tx_max_skb_descs() function
H A Defx.c654 efx->txq_stop_thresh = efx->txq_entries - ef4_tx_max_skb_descs(efx); in ef4_start_datapath()