Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/usb/
Dhso.c845 unsigned short temp_bytes; in packetizeRx() local
858 temp_bytes = in packetizeRx()
865 temp_bytes); in packetizeRx()
867 odev->rx_buf_size += temp_bytes; in packetizeRx()
868 buffer_offset += temp_bytes; in packetizeRx()
869 odev->rx_buf_missing -= temp_bytes; in packetizeRx()
870 count -= temp_bytes; in packetizeRx()
912 temp_bytes = (count < odev->rx_buf_missing) in packetizeRx()
920 temp_bytes); in packetizeRx()
922 odev->rx_buf_missing -= temp_bytes; in packetizeRx()
[all …]