Lines Matching refs:debugfs
126 struct dentry *debugfs; member
628 cfv->debugfs = in debugfs_init()
631 if (IS_ERR(cfv->debugfs)) in debugfs_init()
634 debugfs_create_u32("rx-napi-complete", S_IRUSR, cfv->debugfs, in debugfs_init()
636 debugfs_create_u32("rx-napi-resched", S_IRUSR, cfv->debugfs, in debugfs_init()
638 debugfs_create_u32("rx-nomem", S_IRUSR, cfv->debugfs, in debugfs_init()
640 debugfs_create_u32("rx-kicks", S_IRUSR, cfv->debugfs, in debugfs_init()
642 debugfs_create_u32("tx-full-ring", S_IRUSR, cfv->debugfs, in debugfs_init()
644 debugfs_create_u32("tx-no-mem", S_IRUSR, cfv->debugfs, in debugfs_init()
646 debugfs_create_u32("tx-kicks", S_IRUSR, cfv->debugfs, in debugfs_init()
648 debugfs_create_u32("tx-flow-on", S_IRUSR, cfv->debugfs, in debugfs_init()
761 debugfs_remove_recursive(cfv->debugfs); in cfv_remove()