Lines Matching +full:26 +full:m
61 static void pci_fmb_show(struct seq_file *m, char *name[], int length, in pci_fmb_show() argument
67 seq_printf(m, "%26s:\t%llu\n", name[i], *data); in pci_fmb_show()
70 static void pci_sw_counter_show(struct seq_file *m) in pci_sw_counter_show() argument
72 struct zpci_dev *zdev = m->private; in pci_sw_counter_show()
77 seq_printf(m, "%26s:\t%llu\n", pci_sw_names[i], in pci_sw_counter_show()
81 static int pci_perf_show(struct seq_file *m, void *v) in pci_perf_show() argument
83 struct zpci_dev *zdev = m->private; in pci_perf_show()
91 seq_puts(m, "FMB statistics disabled\n"); in pci_perf_show()
96 seq_printf(m, "Update interval: %u ms\n", zdev->fmb_update); in pci_perf_show()
97 seq_printf(m, "Samples: %u\n", zdev->fmb->samples); in pci_perf_show()
98 seq_printf(m, "Last update TOD: %Lx\n", zdev->fmb->last_update); in pci_perf_show()
100 pci_fmb_show(m, pci_common_names, ARRAY_SIZE(pci_common_names), in pci_perf_show()
107 pci_fmb_show(m, pci_fmt0_names, ARRAY_SIZE(pci_fmt0_names), in pci_perf_show()
111 pci_fmb_show(m, pci_fmt1_names, ARRAY_SIZE(pci_fmt1_names), in pci_perf_show()
115 pci_fmb_show(m, pci_fmt2_names, ARRAY_SIZE(pci_fmt2_names), in pci_perf_show()
119 pci_fmb_show(m, pci_fmt3_names, ARRAY_SIZE(pci_fmt3_names), in pci_perf_show()
123 seq_puts(m, "Unknown format\n"); in pci_perf_show()
126 pci_sw_counter_show(m); in pci_perf_show()