Searched refs:mbpi (Results 1 – 1 of 1) sorted by relevance
5846 uint64_t total, rcv, lat, mbpi, extra, cnt; in lpfc_cmf_timer() local5911 mbpi = phba->cmf_last_sync_bw; in lpfc_cmf_timer()5923 if (cnt > mbpi) in lpfc_cmf_timer()5924 cnt = mbpi; in lpfc_cmf_timer()5932 mbpi = phba->cmf_link_byte_count; in lpfc_cmf_timer()5946 if (mbpi) { in lpfc_cmf_timer()5947 if (mbpi > phba->cmf_link_byte_count || in lpfc_cmf_timer()5949 mbpi = phba->cmf_link_byte_count; in lpfc_cmf_timer()5954 if (mbpi != phba->cmf_max_bytes_per_interval) in lpfc_cmf_timer()5955 phba->cmf_max_bytes_per_interval = mbpi; in lpfc_cmf_timer()[all …]