Home
last modified time | relevance | path

Searched refs:MBOX_RESET_WAIT (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/scsi/megaraid/
H A Dmegaraid_mbox.h98 #define MBOX_RESET_WAIT 180 // wait these many seconds in reset macro
H A Dmegaraid_mbox.c2581 (MBOX_RESET_WAIT + MBOX_RESET_EXT_WAIT))); in megaraid_reset_handler()
2584 recovery_window = MBOX_RESET_WAIT + MBOX_RESET_EXT_WAIT; in megaraid_reset_handler()
2595 (MBOX_RESET_WAIT + MBOX_RESET_EXT_WAIT) - i)); in megaraid_reset_handler()
2712 (i < MBOX_RESET_WAIT); i++) { in mbox_post_sync_cmd()
2715 MBOX_RESET_WAIT - i)); in mbox_post_sync_cmd()
2719 if (i == MBOX_RESET_WAIT) { in mbox_post_sync_cmd()
3457 adp.timeout = MBOX_RESET_WAIT + MBOX_RESET_EXT_WAIT; in megaraid_cmm_register()