Searched refs:temp_bytes (Results 1 – 1 of 1) sorted by relevance
840 unsigned short temp_bytes; in packetizeRx() local853 temp_bytes = in packetizeRx()860 temp_bytes); in packetizeRx()862 odev->rx_buf_size += temp_bytes; in packetizeRx()863 buffer_offset += temp_bytes; in packetizeRx()864 odev->rx_buf_missing -= temp_bytes; in packetizeRx()865 count -= temp_bytes; in packetizeRx()907 temp_bytes = (count < odev->rx_buf_missing) in packetizeRx()915 temp_bytes); in packetizeRx()917 odev->rx_buf_missing -= temp_bytes; in packetizeRx()[all …]