Searched defs:SendEventNotification (Results 1 - 1 of 1) sorted by relevance

/drivers/message/fusion/
H A Dmptbase.c197 static int SendEventNotification(MPT_ADAPTER *ioc, u8 EvSwitch,
2492 "SendEventNotification\n",
2494 ret = SendEventNotification(ioc, 1, sleepFlag); /* 1=Enable */
2498 rc = SendEventNotification(ioc->alt_ioc, 1, sleepFlag);
6264 * SendEventNotification - Send EventNotification (on or off) request to adapter
6270 SendEventNotification(MPT_ADAPTER *ioc, u8 EvSwitch, int sleepFlag) function
7095 rc = SendEventNotification(ioc, 1, sleepFlag);

Completed in 56 milliseconds