Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/usb/
H A Dax88179_178a.c1531 u16 pkt_len_plus_padd; in ax88179_rx_fixup() local
1536 pkt_len_plus_padd = (pkt_len + 7) & 0xfff8; in ax88179_rx_fixup()
1543 if (pkt_len_plus_padd > skb->len) in ax88179_rx_fixup()
1550 skb_pull(skb, pkt_len_plus_padd); in ax88179_rx_fixup()
1555 if (pkt_len_plus_padd == skb->len) { in ax88179_rx_fixup()
1561 skb->truesize = SKB_TRUESIZE(pkt_len_plus_padd); in ax88179_rx_fixup()
1574 skb->truesize = pkt_len_plus_padd + in ax88179_rx_fixup()
1579 skb_pull(skb, pkt_len_plus_padd); in ax88179_rx_fixup()