Home
last modified time | relevance | path

Searched refs:expected_bytes (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/sys/dev/qlnx/qlnxe/
H A Dfcoe_common.h498 __le32 expected_bytes /* reg1 */; member
835 __le32 expected_bytes /* reg1 */; member
/freebsd-12.1/sys/dev/sound/usb/
H A Duaudio.c2413 int expected_bytes; in uaudio_chan_record_callback() local
2434 expected_bytes = (ch->intr_frames * ch->bytes_per_frame[0]) + in uaudio_chan_record_callback()
2453 expected_bytes -= len; in uaudio_chan_record_callback()
2481 ch->jitter_curr -= (expected_bytes / sample_size); in uaudio_chan_record_callback()