Lines Matching refs:mbpi
5981 uint64_t total, rcv, lat, mbpi, extra, cnt; in lpfc_cmf_timer() local
6046 mbpi = phba->cmf_last_sync_bw; in lpfc_cmf_timer()
6062 if ((phba->hba_flag & HBA_SHORT_CMF) && cnt > mbpi) in lpfc_cmf_timer()
6063 cnt = mbpi; in lpfc_cmf_timer()
6072 mbpi = phba->cmf_link_byte_count; in lpfc_cmf_timer()
6086 if (mbpi) { in lpfc_cmf_timer()
6087 if (mbpi > phba->cmf_link_byte_count || in lpfc_cmf_timer()
6089 mbpi = phba->cmf_link_byte_count; in lpfc_cmf_timer()
6094 if (mbpi != phba->cmf_max_bytes_per_interval) in lpfc_cmf_timer()
6095 phba->cmf_max_bytes_per_interval = mbpi; in lpfc_cmf_timer()
6114 entry.max_bytes_per_interval = mbpi; in lpfc_cmf_timer()
6129 if (mbpi && total > mbpi) in lpfc_cmf_timer()