Lines Matching refs:temp_bytes
860 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()
938 count -= temp_bytes; in packetizeRx()
939 buffer_offset += temp_bytes; in packetizeRx()
940 odev->rx_buf_size += temp_bytes; in packetizeRx()