Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/lpfc/
Dlpfc.h1516 #define LPFC_CMF_INTERVAL 90 macro
Dlpfc_init.c3078 phba->cmf_interval_rate = LPFC_CMF_INTERVAL; in lpfc_cmf_signal_init()
3132 ktime_set(0, LPFC_CMF_INTERVAL * 1000000), in lpfc_cmf_start()
5866 int timer_interval = LPFC_CMF_INTERVAL; in lpfc_cmf_timer()
5907 div_u64(phba->cmf_max_line_rate * LPFC_CMF_INTERVAL, 1000); in lpfc_cmf_timer()
5932 lpfc_issue_cmf_sync_wqe(phba, LPFC_CMF_INTERVAL, total); in lpfc_cmf_timer()
6014 if (time_after(jiffies + msecs_to_jiffies(LPFC_CMF_INTERVAL), in lpfc_cmf_timer()
6019 timer_interval = LPFC_CMF_INTERVAL; in lpfc_cmf_timer()
Dlpfc_sli.c1952 bf_set(cmf_sync_interval, &wqe->cmf_sync, LPFC_CMF_INTERVAL); in lpfc_issue_cmf_sync_wqe()
8070 phba->cmf_interval_rate = LPFC_CMF_INTERVAL; in lpfc_cmf_setup()