Lines Matching refs:temp_bytes
846 unsigned short temp_bytes; in packetizeRx() local
859 temp_bytes = in packetizeRx()
866 temp_bytes); in packetizeRx()
868 odev->rx_buf_size += temp_bytes; in packetizeRx()
869 buffer_offset += temp_bytes; in packetizeRx()
870 odev->rx_buf_missing -= temp_bytes; in packetizeRx()
871 count -= temp_bytes; in packetizeRx()
913 temp_bytes = (count < odev->rx_buf_missing) in packetizeRx()
921 temp_bytes); in packetizeRx()
923 odev->rx_buf_missing -= temp_bytes; in packetizeRx()
924 count -= temp_bytes; in packetizeRx()
925 buffer_offset += temp_bytes; in packetizeRx()
926 odev->rx_buf_size += temp_bytes; in packetizeRx()