Home
last modified time | relevance | path

Searched refs:len_left (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/cisco/enic/
Denic_main.c580 struct sk_buff *skb, unsigned int len_left, in enic_queue_wq_skb_cont() argument
587 for (frag = skb_shinfo(skb)->frags; len_left; frag++) { in enic_queue_wq_skb_cont()
588 len_left -= skb_frag_size(frag); in enic_queue_wq_skb_cont()
595 (len_left == 0), /* EOP? */ in enic_queue_wq_skb_cont()
607 unsigned int len_left = skb->len - head_len; in enic_queue_wq_skb_vlan() local
608 int eop = (len_left == 0); in enic_queue_wq_skb_vlan()
626 err = enic_queue_wq_skb_cont(enic, wq, skb, len_left, loopback); in enic_queue_wq_skb_vlan()
636 unsigned int len_left = skb->len - head_len; in enic_queue_wq_skb_csum_l4() local
639 int eop = (len_left == 0); in enic_queue_wq_skb_csum_l4()
658 err = enic_queue_wq_skb_cont(enic, wq, skb, len_left, loopback); in enic_queue_wq_skb_csum_l4()
[all …]
/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dsdio.c393 u16 len_left; member
1832 rd->len_left = rd->len; in brcmf_sdio_readframes()
1873 rd->len_left = rd->len > BRCMF_FIRSTREAD ? in brcmf_sdio_readframes()
1878 brcmf_sdio_pad(bus, &pad, &rd->len_left); in brcmf_sdio_readframes()
1880 pkt = brcmu_pkt_buf_get_skb(rd->len_left + head_read + in brcmf_sdio_readframes()
1891 pkt_align(pkt, rd->len_left, bus->head_align); in brcmf_sdio_readframes()