Searched refs:SendEventNotification (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/message/fusion/ |
H A D | mptbase.c | 193 static int SendEventNotification(MPT_ADAPTER *ioc, u8 EvSwitch, 2521 "SendEventNotification\n", in mpt_do_ioc_recovery() 2523 ret = SendEventNotification(ioc, 1, sleepFlag); /* 1=Enable */ in mpt_do_ioc_recovery() 2527 rc = SendEventNotification(ioc->alt_ioc, 1, sleepFlag); in mpt_do_ioc_recovery() 6270 * SendEventNotification - Send EventNotification (on or off) request to adapter 6276 SendEventNotification(MPT_ADAPTER *ioc, u8 EvSwitch, int sleepFlag) in SendEventNotification() function 7063 rc = SendEventNotification(ioc, 1, sleepFlag); in mpt_SoftResetHandler()
|
/kernel/linux/linux-6.6/drivers/message/fusion/ |
H A D | mptbase.c | 193 static int SendEventNotification(MPT_ADAPTER *ioc, u8 EvSwitch, 2512 "SendEventNotification\n", in mpt_do_ioc_recovery() 2514 ret = SendEventNotification(ioc, 1, sleepFlag); /* 1=Enable */ in mpt_do_ioc_recovery() 2518 rc = SendEventNotification(ioc->alt_ioc, 1, sleepFlag); in mpt_do_ioc_recovery() 6282 * SendEventNotification - Send EventNotification (on or off) request to adapter 6288 SendEventNotification(MPT_ADAPTER *ioc, u8 EvSwitch, int sleepFlag) in SendEventNotification() function 7063 rc = SendEventNotification(ioc, 1, sleepFlag); in mpt_SoftResetHandler()
|
Completed in 18 milliseconds