Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/twa/
H A Dtw_cl_io.c495 event_index = (start_index + event_buf.sequence_id - in tw_cl_ioctl()
496 ctlr->aen_queue[start_index].sequence_id + 1) % in tw_cl_ioctl()
502 start_index, event_index, event_buf.sequence_id, in tw_cl_ioctl()
503 ctlr->aen_queue[start_index].sequence_id, in tw_cl_ioctl()
504 ctlr->aen_queue[event_index].sequence_id); in tw_cl_ioctl()
506 if (! (ctlr->aen_queue[event_index].sequence_id > in tw_cl_ioctl()
507 event_buf.sequence_id)) { in tw_cl_ioctl()
565 event_index = (start_index + event_buf.sequence_id - in tw_cl_ioctl()
566 ctlr->aen_queue[start_index].sequence_id - 1) % in tw_cl_ioctl()
569 if (! (ctlr->aen_queue[event_index].sequence_id < in tw_cl_ioctl()
[all …]
H A Dtw_cl_ioctl.h94 TW_UINT32 sequence_id; member
H A Dtw_cl_misc.c511 event->sequence_id = ++(ctlr->aen_cur_seq_id); in tw_cl_create_event()
544 event->sequence_id, in tw_cl_create_event()
H A Dtw_cl_share.h198 TW_UINT32 sequence_id; member
/dragonfly/sys/dev/raid/tws/
H A Dtws_user.c224 if ( qp[index].sequence_id == in tws_retrive_aen()
225 (eventp.sequence_id + 1) ) in tws_retrive_aen()
238 if ( qp[index].sequence_id == in tws_retrive_aen()
239 (eventp.sequence_id - 1) ) in tws_retrive_aen()
H A Dtws_user.h83 u_int32_t sequence_id; member
H A Dtws_hdm.h376 u_int32_t sequence_id; member
H A Dtws_cam.c432 event.sequence_id = sc->seq_id; in tws_aen_complete()