Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_niv.c522 …static const lm_niv_event_function_t event_functions_arr[] = { {DRV_STATUS_AFEX_VIFSET_REQ, lm_… 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()