Searched refs:sleep_flag (Results 1 – 2 of 2) sorted by relevance
2397 _base_allocate_memory_pools(struct MPT2SAS_ADAPTER *ioc, int sleep_flag) in _base_allocate_memory_pools() argument2796 int sleep_flag) in _base_wait_on_iocstate() argument2802 cntdn = (sleep_flag == CAN_SLEEP) ? 1000*timeout : 2000*timeout; in _base_wait_on_iocstate()2809 if (sleep_flag == CAN_SLEEP) in _base_wait_on_iocstate()2832 int sleep_flag) in _base_wait_for_doorbell_int() argument2838 cntdn = (sleep_flag == CAN_SLEEP) ? 1000*timeout : 2000*timeout; in _base_wait_for_doorbell_int()2847 if (sleep_flag == CAN_SLEEP) in _base_wait_for_doorbell_int()2872 int sleep_flag) in _base_wait_for_doorbell_ack() argument2879 cntdn = (sleep_flag == CAN_SLEEP) ? 1000*timeout : 2000*timeout; in _base_wait_for_doorbell_ack()2897 if (sleep_flag == CAN_SLEEP) in _base_wait_for_doorbell_ack()[all …]
1005 int mpt2sas_base_hard_reset_handler(struct MPT2SAS_ADAPTER *ioc, int sleep_flag,