Searched refs:totin (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/drivers/scsi/lpfc/ |
| H A D | lpfc_attr.c | 346 uint64_t totin, totout, tot; in lpfc_nvme_info_show() local 645 totin = 0; in lpfc_nvme_info_show() 650 totin += tot; in lpfc_nvme_info_show() 659 totin, totout, totout - totin); in lpfc_nvme_info_show() 713 u64 tot, totin, totout; in lpfc_scsi_stat_show() local 723 totin = 0; in lpfc_scsi_stat_show() 728 totin += tot; in lpfc_scsi_stat_show() 745 "OutIO %016llx\n", totin, totout, totout - totin); in lpfc_scsi_stat_show()
|
| H A D | lpfc_debugfs.c | 1036 uint64_t tot, totin, totout; in lpfc_debugfs_nvmestat_data() local 1179 totin = 0; in lpfc_debugfs_nvmestat_data() 1184 totin += tot; in lpfc_debugfs_nvmestat_data() 1205 totin, totout, totout - totin); in lpfc_debugfs_nvmestat_data() 1255 u64 tot, totin, totout; in lpfc_debugfs_scsistat_data() local 1265 totin = 0; in lpfc_debugfs_scsistat_data() 1270 totin += tot; in lpfc_debugfs_scsistat_data() 1287 "OutIO %016llx\n", totin, totout, totout - totin); in lpfc_debugfs_scsistat_data()
|