Searched refs:num_frag (Results 1 – 1 of 1) sorted by relevance
819 static inline int temac_check_tx_bd_space(struct temac_local *lp, int num_frag) in temac_check_tx_bd_space() argument839 num_frag--; in temac_check_tx_bd_space()840 } while (num_frag >= 0); in temac_check_tx_bd_space()852 unsigned long num_frag; in temac_start_xmit() local855 num_frag = skb_shinfo(skb)->nr_frags; in temac_start_xmit()859 if (temac_check_tx_bd_space(lp, num_frag + 1)) { in temac_start_xmit()869 if (temac_check_tx_bd_space(lp, num_frag + 1)) in temac_start_xmit()897 for (ii = 0; ii < num_frag; ii++) { in temac_start_xmit()