Lines Matching refs:tot
1040 uint64_t tot, totin, totout; in lpfc_debugfs_nvmestat_data() local
1153 tot = atomic_read(&tgtp->rcv_fcp_cmd_drop); in lpfc_debugfs_nvmestat_data()
1154 tot += atomic_read(&tgtp->xmt_fcp_release); in lpfc_debugfs_nvmestat_data()
1155 tot = atomic_read(&tgtp->rcv_fcp_cmd_in) - tot; in lpfc_debugfs_nvmestat_data()
1163 tot); in lpfc_debugfs_nvmestat_data()
1187 tot = cstat->io_cmpls; in lpfc_debugfs_nvmestat_data()
1188 totin += tot; in lpfc_debugfs_nvmestat_data()
1204 tot, ((data1 + data2 + data3) - tot)); in lpfc_debugfs_nvmestat_data()
1259 u64 tot, totin, totout; in lpfc_debugfs_scsistat_data() local
1273 tot = cstat->io_cmpls; in lpfc_debugfs_scsistat_data()
1274 totin += tot; in lpfc_debugfs_scsistat_data()
1286 tot, ((data1 + data2 + data3) - tot)); in lpfc_debugfs_scsistat_data()