Searched refs:TX_MAX_FRAGS (Results 1 – 5 of 5) sorted by relevance
59 #define TX_MAX_FRAGS (TX_MAX_BD_CNT - 2) macro
1627 #if (MAX_SKB_FRAGS > TX_MAX_FRAGS) in bnge_features_check()1628 if (skb_shinfo(skb)->nr_frags > TX_MAX_FRAGS) in bnge_features_check()
72 #define TX_MAX_FRAGS 16 macro145 u64 tx_frag_stats[TX_MAX_FRAGS];169 TX_MAX_FRAGS + 2)652 if (nfrags >= TX_MAX_FRAGS) in gmac_clean_txq()653 nfrags = TX_MAX_FRAGS - 1; in gmac_clean_txq()2101 for (i = 0; i < TX_MAX_FRAGS; i++) { in gmac_get_ethtool_stats()
89 #define TX_MAX_FRAGS (TX_MAX_BD_CNT - 2) macro
498 #if (MAX_SKB_FRAGS > TX_MAX_FRAGS) in bnxt_start_xmit()499 if (skb_shinfo(skb)->nr_frags > TX_MAX_FRAGS) { in bnxt_start_xmit()501 skb_shinfo(skb)->nr_frags, TX_MAX_FRAGS); in bnxt_start_xmit()