Home
last modified time | relevance | path

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

/linux/drivers/net/usb/
H A Dhso.c842 unsigned short temp_bytes; in packetizeRx() local
855 temp_bytes = in packetizeRx()
862 temp_bytes); in packetizeRx()
864 odev->rx_buf_size += temp_bytes; in packetizeRx()
865 buffer_offset += temp_bytes; in packetizeRx()
866 odev->rx_buf_missing -= temp_bytes; in packetizeRx()
867 count -= temp_bytes; in packetizeRx()
909 temp_bytes = (count < odev->rx_buf_missing) in packetizeRx()
917 temp_bytes); in packetizeRx()
919 odev->rx_buf_missing -= temp_bytes; in packetizeRx()
[all …]