Lines Matching +full:26 +full:m
63 static void pci_fmb_show(struct seq_file *m, char *name[], int length, in pci_fmb_show() argument
69 seq_printf(m, "%26s:\t%llu\n", name[i], *data); in pci_fmb_show()
72 static void pci_sw_counter_show(struct seq_file *m) in pci_sw_counter_show() argument
74 struct zpci_iommu_ctrs *ctrs = zpci_get_iommu_ctrs(m->private); in pci_sw_counter_show()
83 seq_printf(m, "%26s:\t%llu\n", pci_sw_names[i], in pci_sw_counter_show()
87 static int pci_perf_show(struct seq_file *m, void *v) in pci_perf_show() argument
89 struct zpci_dev *zdev = m->private; in pci_perf_show()
97 seq_puts(m, "FMB statistics disabled\n"); in pci_perf_show()
102 seq_printf(m, "Update interval: %u ms\n", zdev->fmb_update); in pci_perf_show()
103 seq_printf(m, "Samples: %u\n", zdev->fmb->samples); in pci_perf_show()
104 seq_printf(m, "Last update TOD: %Lx\n", zdev->fmb->last_update); in pci_perf_show()
106 pci_fmb_show(m, pci_common_names, ARRAY_SIZE(pci_common_names), in pci_perf_show()
113 pci_fmb_show(m, pci_fmt0_names, ARRAY_SIZE(pci_fmt0_names), in pci_perf_show()
117 pci_fmb_show(m, pci_fmt1_names, ARRAY_SIZE(pci_fmt1_names), in pci_perf_show()
121 pci_fmb_show(m, pci_fmt2_names, ARRAY_SIZE(pci_fmt2_names), in pci_perf_show()
125 pci_fmb_show(m, pci_fmt3_names, ARRAY_SIZE(pci_fmt3_names), in pci_perf_show()
129 seq_puts(m, "Unknown format\n"); in pci_perf_show()
132 pci_sw_counter_show(m); in pci_perf_show()