Home
last modified time | relevance | path

Searched refs:temp_bytes (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/usb/
H A Dhso.c844 unsigned short temp_bytes; in packetizeRx() local
857 temp_bytes = in packetizeRx()
864 temp_bytes); in packetizeRx()
866 odev->rx_buf_size += temp_bytes; in packetizeRx()
867 buffer_offset += temp_bytes; in packetizeRx()
868 odev->rx_buf_missing -= temp_bytes; in packetizeRx()
869 count -= temp_bytes; in packetizeRx()
911 temp_bytes = (count < odev->rx_buf_missing) in packetizeRx()
916 /* Make room for temp_bytes after tail. */ in packetizeRx()
919 temp_bytes); in packetizeRx()
[all...]
/kernel/linux/linux-6.6/drivers/net/usb/
H A Dhso.c843 unsigned short temp_bytes; in packetizeRx() local
856 temp_bytes = in packetizeRx()
863 temp_bytes); in packetizeRx()
865 odev->rx_buf_size += temp_bytes; in packetizeRx()
866 buffer_offset += temp_bytes; in packetizeRx()
867 odev->rx_buf_missing -= temp_bytes; in packetizeRx()
868 count -= temp_bytes; in packetizeRx()
910 temp_bytes = (count < odev->rx_buf_missing) in packetizeRx()
915 /* Make room for temp_bytes after tail. */ in packetizeRx()
918 temp_bytes); in packetizeRx()
[all...]

Completed in 7 milliseconds