Lines Matching refs:temp_bytes
845 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()
923 count -= temp_bytes; in packetizeRx()
924 buffer_offset += temp_bytes; in packetizeRx()
925 odev->rx_buf_size += temp_bytes; in packetizeRx()