Lines Matching defs:temp_bytes
844 unsigned short temp_bytes;
857 temp_bytes =
864 temp_bytes);
866 odev->rx_buf_size += temp_bytes;
867 buffer_offset += temp_bytes;
868 odev->rx_buf_missing -= temp_bytes;
869 count -= temp_bytes;
911 temp_bytes = (count < odev->rx_buf_missing)
916 /* Make room for temp_bytes after tail. */
919 temp_bytes);
921 odev->rx_buf_missing -= temp_bytes;
922 count -= temp_bytes;
923 buffer_offset += temp_bytes;
924 odev->rx_buf_size += temp_bytes;