Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc.h1499 #define LPFC_CMF_INTERVAL 90 macro
H A Dlpfc_init.c3234 phba->cmf_interval_rate = LPFC_CMF_INTERVAL; in lpfc_cmf_signal_init()
3288 ktime_set(0, LPFC_CMF_INTERVAL * NSEC_PER_MSEC), in lpfc_cmf_start()
5958 int timer_interval = LPFC_CMF_INTERVAL; in lpfc_cmf_timer()
5999 div_u64(phba->cmf_max_line_rate * LPFC_CMF_INTERVAL, 1000); in lpfc_cmf_timer()
6031 if (ms && ms < LPFC_CMF_INTERVAL) { in lpfc_cmf_timer()
6033 cnt *= LPFC_CMF_INTERVAL; /* what total should be */ in lpfc_cmf_timer()
6036 lpfc_issue_cmf_sync_wqe(phba, LPFC_CMF_INTERVAL, total + extra); in lpfc_cmf_timer()
H A Dlpfc_sli.c1966 bf_set(cmf_sync_interval, &wqe->cmf_sync, LPFC_CMF_INTERVAL); in lpfc_issue_cmf_sync_wqe()
8376 phba->cmf_interval_rate = LPFC_CMF_INTERVAL; in lpfc_cmf_setup()