Lines Matching refs:tot
1036 uint64_t tot, totin, totout; in lpfc_debugfs_nvmestat_data() local
1149 tot = atomic_read(&tgtp->rcv_fcp_cmd_drop); in lpfc_debugfs_nvmestat_data()
1150 tot += atomic_read(&tgtp->xmt_fcp_release); in lpfc_debugfs_nvmestat_data()
1151 tot = atomic_read(&tgtp->rcv_fcp_cmd_in) - tot; in lpfc_debugfs_nvmestat_data()
1159 tot); in lpfc_debugfs_nvmestat_data()
1183 tot = cstat->io_cmpls; in lpfc_debugfs_nvmestat_data()
1184 totin += tot; in lpfc_debugfs_nvmestat_data()
1200 tot, ((data1 + data2 + data3) - tot)); in lpfc_debugfs_nvmestat_data()
1255 u64 tot, totin, totout; in lpfc_debugfs_scsistat_data() local
1269 tot = cstat->io_cmpls; in lpfc_debugfs_scsistat_data()
1270 totin += tot; in lpfc_debugfs_scsistat_data()
1282 tot, ((data1 + data2 + data3) - tot)); in lpfc_debugfs_scsistat_data()