Searched refs:CAN_SLEEP (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/drivers/message/fusion/ |
D | mptbase.c | 1524 if ((r = mpt_do_ioc_recovery(ioc, MPT_HOSTEVENT_IOC_BRINGUP, CAN_SLEEP)) != 0) { in mpt_adapter_install() 2146 cntdn = ((sleepFlag == CAN_SLEEP) ? HZ : 1000) * 15; /* 15 seconds */ in MakeIocReady() 2176 if (sleepFlag == CAN_SLEEP) { in MakeIocReady() 2523 cntdn = ((sleepFlag == CAN_SLEEP) ? HZ : 1000) * 60; /* 60 seconds */ in SendIocInit() 2526 if (sleepFlag == CAN_SLEEP) { in SendIocInit() 2815 if (sleepFlag == CAN_SLEEP) { in mpt_downloadboot() 2832 if (sleepFlag == CAN_SLEEP) { in mpt_downloadboot() 2928 if (sleepFlag == CAN_SLEEP) { in mpt_downloadboot() 2966 if (sleepFlag == CAN_SLEEP) { in mpt_downloadboot() 3018 if (sleepFlag == CAN_SLEEP) { in KickStart() [all …]
|
D | mptbase.h | 137 #define CAN_SLEEP 1 macro
|
D | mptctl.c | 716 if (mpt_HardResetHandler(iocp, CAN_SLEEP) != 0) { in mptctl_do_reset() 2263 sizeof(SCSITaskMgmt_t), (u32*)mf, CAN_SLEEP); in mptctl_do_mpt_command()
|
D | mptscsih.c | 3572 0, 0, 0, 0, CAN_SLEEP); in mptscsih_taskmgmt_bh() 3674 ctx2abort, CAN_SLEEP) < 0) { in mptscsih_taskmgmt_bh()
|