Searched defs:niv_event (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.c509 * @param niv_event the DRIVER_STATUS flags that the MCP sent.
516 lm_status_t lm_niv_event(lm_device_t *pdev, const u32_t niv_event) argument
533 if (GET_FLAGS(niv_event, cur_event))
546 if (handled_events != niv_event)
548 DbgBreakIf(handled_events != niv_event);

Completed in 62 milliseconds