Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/usb/
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()
918 temp_bytes); in packetizeRx()
920 odev->rx_buf_missing -= temp_bytes; in packetizeRx()
[all …]