Home
last modified time | relevance | path

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

/linux/drivers/scsi/lpfc/
H A Dlpfc_attr.c478 uint64_t totin, totout, tot; in lpfc_nvme_info_show() local
777 totin = 0; in lpfc_nvme_info_show()
782 totin += tot; in lpfc_nvme_info_show()
791 totin, totout, totout - totin); in lpfc_nvme_info_show()
845 u64 tot, totin, totout; in lpfc_scsi_stat_show() local
855 totin = 0; in lpfc_scsi_stat_show()
860 totin += tot; in lpfc_scsi_stat_show()
877 "OutIO %016llx\n", totin, totout, totout - totin); in lpfc_scsi_stat_show()