Searched refs:totin (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/scsi/lpfc/ |
| H A D | lpfc_attr.c | 478 uint64_t totin, totout, tot; in lpfc_nvme_info_show() local 777 totin = 0; in lpfc_nvme_info_show() 782 totin += tot; in lpfc_nvme_info_show() 791 totin, totout, totout - totin); in lpfc_nvme_info_show() 845 u64 tot, totin, totout; in lpfc_scsi_stat_show() local 855 totin = 0; in lpfc_scsi_stat_show() 860 totin += tot; in lpfc_scsi_stat_show() 877 "OutIO %016llx\n", totin, totout, totout - totin); in lpfc_scsi_stat_show()
|
| H A D | lpfc_debugfs.c | 1043 uint64_t tot, totin, totout; in lpfc_debugfs_nvmestat_data() local 1186 totin = 0; in lpfc_debugfs_nvmestat_data() 1191 totin += tot; in lpfc_debugfs_nvmestat_data() 1212 totin, totout, totout - totin); in lpfc_debugfs_nvmestat_data() 1262 u64 tot, totin, totout; in lpfc_debugfs_scsistat_data() local 1272 totin = 0; in lpfc_debugfs_scsistat_data() 1277 totin += tot; in lpfc_debugfs_scsistat_data() 1294 "OutIO %016llx\n", totin, totout, totout - totin); in lpfc_debugfs_scsistat_data()
|