Home
last modified time | relevance | path

Searched refs:cmf_max_bytes_per_interval (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/drivers/scsi/lpfc/
Dlpfc.h1519 uint64_t cmf_max_bytes_per_interval; member
Dlpfc_init.c3082 phba->cmf_max_bytes_per_interval = phba->cmf_link_byte_count; in lpfc_cmf_signal_init()
5958 if (mbpi != phba->cmf_max_bytes_per_interval) in lpfc_cmf_timer()
5959 phba->cmf_max_bytes_per_interval = mbpi; in lpfc_cmf_timer()
6027 phba->cmf_max_bytes_per_interval = in lpfc_cmf_timer()
7017 phba->cmf_max_bytes_per_interval = in lpfc_cgn_params_parse()
Dlpfc_sli.c1837 if (phba->cmf_max_bytes_per_interval != bw || in lpfc_cmf_sync_cmpl()
1840 if (phba->cmf_max_bytes_per_interval < bw) { in lpfc_cmf_sync_cmpl()
1841 bwdif = bw - phba->cmf_max_bytes_per_interval; in lpfc_cmf_sync_cmpl()
1844 bwdif = phba->cmf_max_bytes_per_interval - bw; in lpfc_cmf_sync_cmpl()
Dlpfc_attr.c277 (unsigned long)phba->cmf_max_bytes_per_interval); in lpfc_cmf_info_show()
Dlpfc_scsi.c3950 if (total >= phba->cmf_max_bytes_per_interval) { in lpfc_update_cmf_cmd()