Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/sfc/falcon/
Defx.h37 unsigned int ef4_tx_max_skb_descs(struct ef4_nic *efx);
74 #define EF4_TXQ_MIN_ENT(efx) (2 * ef4_tx_max_skb_descs(efx))
Dtx.c84 unsigned int ef4_tx_max_skb_descs(struct ef4_nic *efx) in ef4_tx_max_skb_descs() function
Defx.c663 efx->txq_stop_thresh = efx->txq_entries - ef4_tx_max_skb_descs(efx); in ef4_start_datapath()