Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/cortina/
Dgemini.c71 #define TX_MAX_FRAGS 16 macro
144 u64 tx_frag_stats[TX_MAX_FRAGS];
168 TX_MAX_FRAGS + 2)
656 if (nfrags >= TX_MAX_FRAGS) in gmac_clean_txq()
657 nfrags = TX_MAX_FRAGS - 1; in gmac_clean_txq()
2061 for (i = 0; i < TX_MAX_FRAGS; i++) { in gmac_get_ethtool_stats()