Searched refs:ocrdma_dbgfs_dir (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/infiniband/hw/ocrdma/
H A Docrdma_stats.c47 static struct dentry *ocrdma_dbgfs_dir; variable in typeref:struct:dentry
762 if (!ocrdma_dbgfs_dir)
766 dev->dir = debugfs_create_dir(pci_name(pdev), ocrdma_dbgfs_dir);
832 ocrdma_dbgfs_dir = debugfs_create_dir("ocrdma", NULL);
837 debugfs_remove_recursive(ocrdma_dbgfs_dir);

Completed in 251 milliseconds