Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/usb/
Dhso.c860 unsigned short temp_bytes; in packetizeRx() local
873 temp_bytes = in packetizeRx()
880 temp_bytes); in packetizeRx()
882 odev->rx_buf_size += temp_bytes; in packetizeRx()
883 buffer_offset += temp_bytes; in packetizeRx()
884 odev->rx_buf_missing -= temp_bytes; in packetizeRx()
885 count -= temp_bytes; in packetizeRx()
927 temp_bytes = (count < odev->rx_buf_missing) in packetizeRx()
935 temp_bytes); in packetizeRx()
937 odev->rx_buf_missing -= temp_bytes; in packetizeRx()
[all …]