Lines Matching refs:dir_name
1770 char dir_name[10];
1775 snprintf(dir_name, sizeof(dir_name), "port%d", port->port);
1776 parent = debugfs_lookup(dir_name, port->sw->debugfs_dir);
1785 char dir_name[10];
1792 snprintf(dir_name, sizeof(dir_name), "port%d", port->port);
1793 parent = debugfs_lookup(dir_name, port->sw->debugfs_dir);
2432 char dir_name[10];
2439 snprintf(dir_name, sizeof(dir_name), "port%d", port->port);
2440 debugfs_dir = debugfs_create_dir(dir_name, sw->debugfs_dir);