Searched refs:temp_bytes (Results 1 – 1 of 1) sorted by relevance
845 unsigned short temp_bytes; in packetizeRx() local858 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()[all …]