Searched refs:mvalue (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/scsi/lpfc/ |
D | lpfc_init.c | 5697 uint16_t value, mvalue; in lpfc_cmf_stats_timer() local 5737 mvalue = bps / (1024 * 1024); /* convert to MB/sec */ in lpfc_cmf_stats_timer() 5806 *mptr = cpu_to_le16(mvalue); in lpfc_cmf_stats_timer() 5810 index, dvalue, wvalue, *lptr, mvalue, avalue); in lpfc_cmf_stats_timer() 5827 mvalue = 0; in lpfc_cmf_stats_timer() 5839 mvalue = mbps / LPFC_MIN_HOUR; in lpfc_cmf_stats_timer() 5848 *mptr = cpu_to_le16(mvalue); in lpfc_cmf_stats_timer() 5855 index, dvalue, wvalue, lvalue, mvalue, avalue); in lpfc_cmf_stats_timer() 5873 mvalue = 0; in lpfc_cmf_stats_timer() 5886 mvalue = mbps / LPFC_HOUR_DAY; in lpfc_cmf_stats_timer() [all …]
|