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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc.h67 #define LPFC_HB_MBOX_INTERVAL 5 /* Heart beat interval in seconds. */ macro
H A Dlpfc_init.c531 mod_timer(&phba->hb_tmofunc, jiffies + HZ * LPFC_HB_MBOX_INTERVAL);
935 * the HBA every LPFC_HB_MBOX_INTERVAL (current 5) seconds. At the time the
940 * reset to LPFC_HB_MBOX_INTERVAL seconds and the heart-beat outstanding
959 jiffies + HZ * LPFC_HB_MBOX_INTERVAL);
972 * timeout window (LPFC_HB_MBOX_INTERVAL), this handler just simply resets
1002 if (time_after(phba->last_completion_time + LPFC_HB_MBOX_INTERVAL * HZ,
1007 jiffies + HZ * LPFC_HB_MBOX_INTERVAL);
1042 HZ * LPFC_HB_MBOX_INTERVAL);
1058 HZ * LPFC_HB_MBOX_INTERVAL);
H A Dlpfc_sli.c4566 jiffies + HZ * LPFC_HB_MBOX_INTERVAL);

Completed in 120 milliseconds