Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/usb/
H A Dkalmia.c244 u16 usb_packet_length, ether_packet_length; in kalmia_rx_fixup() local
274 ether_packet_length = get_unaligned_le16(&header_start[2]); in kalmia_rx_fixup()
278 if (usb_packet_length < ether_packet_length) { in kalmia_rx_fixup()
279 ether_packet_length = usb_packet_length in kalmia_rx_fixup()
287 is_last = (memcmp(skb->data + ether_packet_length, in kalmia_rx_fixup()
291 header_start = skb->data + ether_packet_length; in kalmia_rx_fixup()
308 skb_trim(skb2, ether_packet_length); in kalmia_rx_fixup()
315 skb_pull(skb, ether_packet_length); in kalmia_rx_fixup()