Home
last modified time | relevance | path

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

/linux/drivers/scsi/lpfc/
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()