Searched refs:mvalue (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/drivers/scsi/lpfc/ |
D | lpfc_init.c | 5709 uint16_t value, mvalue; in lpfc_cgn_save_evt_cnt() local 5752 mvalue = bps / (1024 * 1024); /* convert to MB/sec */ in lpfc_cgn_save_evt_cnt() 5821 *mptr = cpu_to_le16(mvalue); in lpfc_cgn_save_evt_cnt() 5825 index, dvalue, wvalue, *lptr, mvalue, avalue); in lpfc_cgn_save_evt_cnt() 5842 mvalue = 0; in lpfc_cgn_save_evt_cnt() 5854 mvalue = mbps / LPFC_MIN_HOUR; in lpfc_cgn_save_evt_cnt() 5863 *mptr = cpu_to_le16(mvalue); in lpfc_cgn_save_evt_cnt() 5870 index, dvalue, wvalue, lvalue, mvalue, avalue); in lpfc_cgn_save_evt_cnt() 5913 mvalue = 0; in lpfc_cgn_save_evt_cnt() 5926 mvalue = mbps / LPFC_HOUR_DAY; in lpfc_cgn_save_evt_cnt() [all …]
|