Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_niv.c519 …u32_t event_idx = … in lm_niv_event() local
529 for (event_idx = 0; event_idx < ARRSIZE(event_functions_arr); ++event_idx) in lm_niv_event()
531 cur_event = event_functions_arr[event_idx].niv_event_flag; in lm_niv_event()
535 … lm_status = MM_REGISTER_LPME(pdev, event_functions_arr[event_idx].function, TRUE, TRUE); in lm_niv_event()