Lines Matching refs:tot
1038 uint64_t tot, totin, totout; in lpfc_debugfs_nvmestat_data() local
1151 tot = atomic_read(&tgtp->rcv_fcp_cmd_drop); in lpfc_debugfs_nvmestat_data()
1152 tot += atomic_read(&tgtp->xmt_fcp_release); in lpfc_debugfs_nvmestat_data()
1153 tot = atomic_read(&tgtp->rcv_fcp_cmd_in) - tot; in lpfc_debugfs_nvmestat_data()
1161 tot); in lpfc_debugfs_nvmestat_data()
1185 tot = cstat->io_cmpls; in lpfc_debugfs_nvmestat_data()
1186 totin += tot; in lpfc_debugfs_nvmestat_data()
1202 tot, ((data1 + data2 + data3) - tot)); in lpfc_debugfs_nvmestat_data()
1257 u64 tot, totin, totout; in lpfc_debugfs_scsistat_data() local
1271 tot = cstat->io_cmpls; in lpfc_debugfs_scsistat_data()
1272 totin += tot; in lpfc_debugfs_scsistat_data()
1284 tot, ((data1 + data2 + data3) - tot)); in lpfc_debugfs_scsistat_data()