Searched refs:temp_bytes (Results 1 – 1 of 1) sorted by relevance
843 unsigned short temp_bytes; in packetizeRx() local856 temp_bytes = in packetizeRx()863 temp_bytes); in packetizeRx()865 odev->rx_buf_size += temp_bytes; in packetizeRx()866 buffer_offset += temp_bytes; in packetizeRx()867 odev->rx_buf_missing -= temp_bytes; in packetizeRx()868 count -= temp_bytes; in packetizeRx()910 temp_bytes = (count < odev->rx_buf_missing) in packetizeRx()918 temp_bytes); in packetizeRx()920 odev->rx_buf_missing -= temp_bytes; in packetizeRx()[all …]