Searched refs:QLCNIC_MAX_FRAGS_PER_TX (Results 1 – 2 of 2) sorted by relevance
102 #define QLCNIC_MAX_FRAGS_PER_TX 14 macro
2125 if (!skb_is_gso(skb) && frag_count > QLCNIC_MAX_FRAGS_PER_TX) { in qlcnic_xmit_frame()2127 for (i = 0; i < (frag_count - QLCNIC_MAX_FRAGS_PER_TX); i++) in qlcnic_xmit_frame()