Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
919 temp_bytes); in packetizeRx()
921 odev->rx_buf_missing -= temp_bytes; in packetizeRx()
[all …]