Home
last modified time | relevance | path

Searched refs:totin (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/scsi/lpfc/
H A Dlpfc_attr.c478 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 Dlpfc_debugfs.c1043 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()