Lines Matching refs:len_left
356 struct sk_buff *skb, unsigned int len_left, in enic_queue_wq_skb_cont() argument
363 for (frag = skb_shinfo(skb)->frags; len_left; frag++) { in enic_queue_wq_skb_cont()
364 len_left -= skb_frag_size(frag); in enic_queue_wq_skb_cont()
371 (len_left == 0), /* EOP? */ in enic_queue_wq_skb_cont()
383 unsigned int len_left = skb->len - head_len; in enic_queue_wq_skb_vlan() local
384 int eop = (len_left == 0); in enic_queue_wq_skb_vlan()
402 err = enic_queue_wq_skb_cont(enic, wq, skb, len_left, loopback); in enic_queue_wq_skb_vlan()
412 unsigned int len_left = skb->len - head_len; in enic_queue_wq_skb_csum_l4() local
415 int eop = (len_left == 0); in enic_queue_wq_skb_csum_l4()
434 err = enic_queue_wq_skb_cont(enic, wq, skb, len_left, loopback); in enic_queue_wq_skb_csum_l4()
445 unsigned int len_left = skb->len - frag_len_left; in enic_queue_wq_skb_tso() local
447 int eop = (len_left == 0); in enic_queue_wq_skb_tso()
489 for (frag = skb_shinfo(skb)->frags; len_left; frag++) { in enic_queue_wq_skb_tso()
490 len_left -= skb_frag_size(frag); in enic_queue_wq_skb_tso()
503 (len_left == 0) && in enic_queue_wq_skb_tso()