Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/targets/dcam1394/
H A Ddcam_param.c1017 size_t read_pos, write_pos; in param_ring_buff_num_frames_ready_get() local
1032 read_pos = ring_buff_read_ptr_pos_get(softc_p->ring_buff_p, 0); in param_ring_buff_num_frames_ready_get()
1035 if (read_pos < write_pos) { in param_ring_buff_num_frames_ready_get()
1036 *val_p = write_pos - read_pos; in param_ring_buff_num_frames_ready_get()
1039 read_pos; in param_ring_buff_num_frames_ready_get()