Lines Matching refs:tot
1042 uint64_t tot, totin, totout; in lpfc_debugfs_nvmestat_data() local
1155 tot = atomic_read(&tgtp->rcv_fcp_cmd_drop); in lpfc_debugfs_nvmestat_data()
1156 tot += atomic_read(&tgtp->xmt_fcp_release); in lpfc_debugfs_nvmestat_data()
1157 tot = atomic_read(&tgtp->rcv_fcp_cmd_in) - tot; in lpfc_debugfs_nvmestat_data()
1165 tot); in lpfc_debugfs_nvmestat_data()
1189 tot = cstat->io_cmpls; in lpfc_debugfs_nvmestat_data()
1190 totin += tot; in lpfc_debugfs_nvmestat_data()
1206 tot, ((data1 + data2 + data3) - tot)); in lpfc_debugfs_nvmestat_data()
1261 u64 tot, totin, totout; in lpfc_debugfs_scsistat_data() local
1275 tot = cstat->io_cmpls; in lpfc_debugfs_scsistat_data()
1276 totin += tot; in lpfc_debugfs_scsistat_data()
1288 tot, ((data1 + data2 + data3) - tot)); in lpfc_debugfs_scsistat_data()