> +void fbnic_dbg_init(void) > +{ > + fbnic_dbg_root = debugfs_create_dir(fbnic_driver_name, NULL); > + debugfs_create_file("pcie_stats", 0400, fbnic_dbg_root, NULL, > + &fbnic_dbg_pcie_stats_fops); Have you tested this on a machine with two NICs? Andrew