Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc.h1502 uint64_t cmf_max_bytes_per_interval; member
H A Dlpfc_scsi.c3778 phba->cmf_max_bytes_per_interval) { in lpfc_update_cmf_cmd()
3784 if (total >= phba->cmf_max_bytes_per_interval) { in lpfc_update_cmf_cmd()
H A Dlpfc_init.c3238 phba->cmf_max_bytes_per_interval = phba->cmf_link_byte_count; in lpfc_cmf_signal_init()
6063 if (mbpi != phba->cmf_max_bytes_per_interval) in lpfc_cmf_timer()
6064 phba->cmf_max_bytes_per_interval = mbpi; in lpfc_cmf_timer()
7154 phba->cmf_max_bytes_per_interval = in lpfc_cgn_params_parse()
H A Dlpfc_sli.c1832 if (phba->cmf_max_bytes_per_interval != bw || in lpfc_cmf_sync_cmpl()
1835 if (phba->cmf_max_bytes_per_interval < bw) { in lpfc_cmf_sync_cmpl()
1836 bwdif = bw - phba->cmf_max_bytes_per_interval; in lpfc_cmf_sync_cmpl()
1839 bwdif = phba->cmf_max_bytes_per_interval - bw; in lpfc_cmf_sync_cmpl()
1856 if (phba->cmf_max_bytes_per_interval < bw && in lpfc_cmf_sync_cmpl()
1861 else if ((phba->cmf_max_bytes_per_interval > bw) && in lpfc_cmf_sync_cmpl()
H A Dlpfc_attr.c277 (unsigned long)phba->cmf_max_bytes_per_interval); in lpfc_cmf_info_show()