Home
last modified time | relevance | path

Searched refs:LPFC_HB_MBOX_INTERVAL (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc.h83 #define LPFC_HB_MBOX_INTERVAL 5 /* Heart beat interval in seconds. */ macro
H A Dlpfc_init.c600 jiffies + msecs_to_jiffies(1000 * LPFC_HB_MBOX_INTERVAL)); in lpfc_config_port_post()
1276 msecs_to_jiffies(1000 * LPFC_HB_MBOX_INTERVAL)); in lpfc_hb_mbox_cmpl()
1563 msecs_to_jiffies(1000 * LPFC_HB_MBOX_INTERVAL), in lpfc_hb_timeout_handler()
1569 tmo = (1000 * LPFC_HB_MBOX_INTERVAL); in lpfc_hb_timeout_handler()
1593 tmo = (1000 * LPFC_HB_MBOX_INTERVAL); in lpfc_hb_timeout_handler()
1615 tmo = (1000 * LPFC_HB_MBOX_INTERVAL); in lpfc_hb_timeout_handler()
1620 tmo = (1000 * LPFC_HB_MBOX_INTERVAL); in lpfc_hb_timeout_handler()
H A Dlpfc_sli.c9011 jiffies + msecs_to_jiffies(1000 * LPFC_HB_MBOX_INTERVAL)); in lpfc_sli4_hba_setup()