Lines Matching defs:temp_bytes
843 unsigned short temp_bytes;
856 temp_bytes =
863 temp_bytes);
865 odev->rx_buf_size += temp_bytes;
866 buffer_offset += temp_bytes;
867 odev->rx_buf_missing -= temp_bytes;
868 count -= temp_bytes;
910 temp_bytes = (count < odev->rx_buf_missing)
915 /* Make room for temp_bytes after tail. */
918 temp_bytes);
920 odev->rx_buf_missing -= temp_bytes;
921 count -= temp_bytes;
922 buffer_offset += temp_bytes;
923 odev->rx_buf_size += temp_bytes;