Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_attr.c346 uint64_t totin, totout, tot; in lpfc_nvme_info_show() local
645 totout = 0; in lpfc_nvme_info_show()
653 totout += (data1 + data2 + data3); in lpfc_nvme_info_show()
658 totin, totout, totout - totin); in lpfc_nvme_info_show()
712 u64 tot, totin, totout; in lpfc_scsi_stat_show() local
723 totout = 0; in lpfc_scsi_stat_show()
731 totout += (data1 + data2 + data3); in lpfc_scsi_stat_show()
744 "OutIO %016llx\n", totin, totout, totout - totin); in lpfc_scsi_stat_show()
H A Dlpfc_debugfs.c1038 uint64_t tot, totin, totout; in lpfc_debugfs_nvmestat_data() local
1182 totout = 0; in lpfc_debugfs_nvmestat_data()
1190 totout += (data1 + data2 + data3); in lpfc_debugfs_nvmestat_data()
1207 totin, totout, totout - totin); in lpfc_debugfs_nvmestat_data()
1257 u64 tot, totin, totout; in lpfc_debugfs_scsistat_data() local
1268 totout = 0; in lpfc_debugfs_scsistat_data()
1276 totout += (data1 + data2 + data3); in lpfc_debugfs_scsistat_data()
1289 "OutIO %016llx\n", totin, totout, totout - totin); in lpfc_debugfs_scsistat_data()
/openbmc/linux/drivers/block/aoe/
H A Daoecmd.c253 int totout = 0; in newframe() local
269 totout += t->nout; in newframe()
288 if (totout == 0) { in newframe()