Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/usb/
Dr8152.c2589 unsigned int pkt_len, rx_frag_head_sz, len; in rx_bottom() local
2619 rx_frag_head_sz = tp->rx_copybreak; in rx_bottom()
2621 rx_frag_head_sz); in rx_bottom()
2623 rx_frag_head_sz = 0; in rx_bottom()
2627 rx_frag_head_sz = 0; in rx_bottom()
2640 if (rx_frag_head_sz) { in rx_bottom()
2642 rx_frag_head_sz); in rx_bottom()
2643 skb_put(skb, rx_frag_head_sz); in rx_bottom()
2644 len -= rx_frag_head_sz; in rx_bottom()
2645 rx_data += rx_frag_head_sz; in rx_bottom()