Lines Matching refs:len_left
426 struct sk_buff *skb, unsigned int len_left, in enic_queue_wq_skb_cont() argument
433 for (frag = skb_shinfo(skb)->frags; len_left; frag++) { in enic_queue_wq_skb_cont()
434 len_left -= skb_frag_size(frag); in enic_queue_wq_skb_cont()
441 (len_left == 0), /* EOP? */ in enic_queue_wq_skb_cont()
453 unsigned int len_left = skb->len - head_len; in enic_queue_wq_skb_vlan() local
454 int eop = (len_left == 0); in enic_queue_wq_skb_vlan()
472 err = enic_queue_wq_skb_cont(enic, wq, skb, len_left, loopback); in enic_queue_wq_skb_vlan()
482 unsigned int len_left = skb->len - head_len; in enic_queue_wq_skb_csum_l4() local
485 int eop = (len_left == 0); in enic_queue_wq_skb_csum_l4()
504 err = enic_queue_wq_skb_cont(enic, wq, skb, len_left, loopback); in enic_queue_wq_skb_csum_l4()
515 unsigned int len_left = skb->len - frag_len_left; in enic_queue_wq_skb_tso() local
517 int eop = (len_left == 0); in enic_queue_wq_skb_tso()
559 for (frag = skb_shinfo(skb)->frags; len_left; frag++) { in enic_queue_wq_skb_tso()
560 len_left -= skb_frag_size(frag); in enic_queue_wq_skb_tso()
573 (len_left == 0) && in enic_queue_wq_skb_tso()