Searched refs:mvalue (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/drivers/scsi/lpfc/ |
D | lpfc_init.c | 5675 uint16_t value, mvalue; in lpfc_cgn_save_evt_cnt() local 5718 mvalue = bps / (1024 * 1024); /* convert to MB/sec */ in lpfc_cgn_save_evt_cnt() 5787 *mptr = cpu_to_le16(mvalue); in lpfc_cgn_save_evt_cnt() 5791 index, dvalue, wvalue, *lptr, mvalue, avalue); in lpfc_cgn_save_evt_cnt() 5808 mvalue = 0; in lpfc_cgn_save_evt_cnt() 5820 mvalue = mbps / LPFC_MIN_HOUR; in lpfc_cgn_save_evt_cnt() 5829 *mptr = cpu_to_le16(mvalue); in lpfc_cgn_save_evt_cnt() 5836 index, dvalue, wvalue, lvalue, mvalue, avalue); in lpfc_cgn_save_evt_cnt() 5879 mvalue = 0; in lpfc_cgn_save_evt_cnt() 5892 mvalue = mbps / LPFC_HOUR_DAY; in lpfc_cgn_save_evt_cnt() [all …]
|