Home
last modified time | relevance | path

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

/NextBSD/sys/dev/twa/
HDtw_cl_io.c378 TW_INT32 event_index; in tw_cl_ioctl() local
404 event_index = ctlr->aen_head; in tw_cl_ioctl()
412 event_index = ctlr->aen_tail; /* = 0 */ in tw_cl_ioctl()
415 &(ctlr->aen_queue[event_index]), in tw_cl_ioctl()
418 ctlr->aen_queue[event_index].retrieved = TW_CL_AEN_RETRIEVED; in tw_cl_ioctl()
447 event_index = (ctlr->aen_head - 1 + ctlr->max_aens_supported) % in tw_cl_ioctl()
451 &(ctlr->aen_queue[event_index]), in tw_cl_ioctl()
454 ctlr->aen_queue[event_index].retrieved = TW_CL_AEN_RETRIEVED; in tw_cl_ioctl()
495 event_index = (start_index + event_buf.sequence_id - in tw_cl_ioctl()
502 start_index, event_index, event_buf.sequence_id, in tw_cl_ioctl()
[all …]
/NextBSD/sys/dev/isci/scil/
HDscic_sds_controller.c2419 U32 event_index; in scic_sds_controller_process_completions() local
2440 event_index = NORMALIZE_EVENT_POINTER(this_controller->completion_queue_get); in scic_sds_controller_process_completions()
2481 INCREMENT_EVENT_QUEUE_GET(this_controller, event_index, event_cycle); in scic_sds_controller_process_completions()
2502 | event_cycle | SMU_CQGR_GEN_VAL(EVENT_POINTER, event_index) in scic_sds_controller_process_completions()
2534 U32 event_index; in scic_sds_controller_transitioned_process_completions() local
2555 event_index = NORMALIZE_EVENT_POINTER(this_controller->completion_queue_get); in scic_sds_controller_transitioned_process_completions()
2583 INCREMENT_EVENT_QUEUE_GET(this_controller, event_index, event_cycle); in scic_sds_controller_transitioned_process_completions()
2606 | event_cycle | SMU_CQGR_GEN_VAL(EVENT_POINTER, event_index) in scic_sds_controller_transitioned_process_completions()
/NextBSD/sys/dev/mps/
HDmpsvar.h392 uint8_t event_index; member
HDmps_user.c1944 i = sc->event_index; in mpssas_record_event()
1969 sc->event_index = (uint8_t)i; in mpssas_record_event()
/NextBSD/sys/dev/mpr/
HDmprvar.h375 uint8_t event_index; member
HDmpr_user.c1971 i = sc->event_index; in mprsas_record_event()
1996 sc->event_index = (uint8_t)i; in mprsas_record_event()
/NextBSD/sys/dev/pdq/
HDpdqreg.h1123 pdq_uint32_t event_index; member
HDpdq.c689 printf("[%d]", event->event_index); in pdq_process_unsolicited_events()
/NextBSD/sys/dev/mlx5/
HDmlx5_ifc.h7885 u8 event_index[0x10]; member