Home
last modified time | relevance | path

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

/linux/drivers/scsi/lpfc/
A Dlpfc.h1521 uint64_t cmf_max_bytes_per_interval; member
A Dlpfc_init.c3131 phba->cmf_max_bytes_per_interval = phba->cmf_link_byte_count; in lpfc_cmf_signal_init()
6033 if (mbpi != phba->cmf_max_bytes_per_interval) in lpfc_cmf_timer()
6034 phba->cmf_max_bytes_per_interval = mbpi; in lpfc_cmf_timer()
6102 phba->cmf_max_bytes_per_interval = in lpfc_cmf_timer()
7098 phba->cmf_max_bytes_per_interval = in lpfc_cgn_params_parse()
A Dlpfc_scsi.c3964 phba->cmf_max_bytes_per_interval) { in lpfc_update_cmf_cmd()
3970 if (total >= phba->cmf_max_bytes_per_interval) { in lpfc_update_cmf_cmd()
A Dlpfc_sli.c1838 if (phba->cmf_max_bytes_per_interval != bw || in lpfc_cmf_sync_cmpl()
1841 if (phba->cmf_max_bytes_per_interval < bw) { in lpfc_cmf_sync_cmpl()
1842 bwdif = bw - phba->cmf_max_bytes_per_interval; in lpfc_cmf_sync_cmpl()
1845 bwdif = phba->cmf_max_bytes_per_interval - bw; in lpfc_cmf_sync_cmpl()
A Dlpfc_attr.c277 (unsigned long)phba->cmf_max_bytes_per_interval); in lpfc_cmf_info_show()

Completed in 75 milliseconds