Searched refs:TX_MAX_FRAGS (Results 1 – 2 of 2) sorted by relevance
72 #define TX_MAX_FRAGS 16 macro148 u64 tx_frag_stats[TX_MAX_FRAGS];172 TX_MAX_FRAGS + 2)655 if (nfrags >= TX_MAX_FRAGS) in gmac_clean_txq()656 nfrags = TX_MAX_FRAGS - 1; in gmac_clean_txq()2118 for (i = 0; i < TX_MAX_FRAGS; i++) { in gmac_get_ethtool_stats()
91 #define TX_MAX_FRAGS (TX_MAX_BD_CNT - 2) macro