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

/linux-master/drivers/net/usb/
H A Dhso.c842 unsigned short temp_bytes; local
855 temp_bytes =
862 temp_bytes);
864 odev->rx_buf_size += temp_bytes;
865 buffer_offset += temp_bytes;
866 odev->rx_buf_missing -= temp_bytes;
867 count -= temp_bytes;
909 temp_bytes = (count < odev->rx_buf_missing)
914 /* Make room for temp_bytes after tail. */
917 temp_bytes);
[all...]

Completed in 121 milliseconds