Searched refs:totout (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/scsi/lpfc/ |
H A D | lpfc_attr.c | 346 uint64_t totin, totout, tot; in lpfc_nvme_info_show() local 646 totout = 0; in lpfc_nvme_info_show() 654 totout += (data1 + data2 + data3); 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 724 totout = 0; in lpfc_scsi_stat_show() 732 totout += (data1 + data2 + data3); 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 1180 totout = 0; in lpfc_debugfs_nvmestat_data() 1188 totout += (data1 + data2 + data3); 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 1266 totout = 0; in lpfc_debugfs_scsistat_data() 1274 totout += (data1 + data2 + data3); in lpfc_debugfs_scsistat_data() 1287 "OutIO %016llx\n", totin, totout, totout - totin); in lpfc_debugfs_scsistat_data()
|