Searched refs:host_dirname (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qedi/ |
H A D | qedi_debugfs.c | 22 char host_dirname[32]; in qedi_dbg_host_init() local 24 sprintf(host_dirname, "host%u", qedi->host_no); in qedi_dbg_host_init() 25 qedi->bdf_dentry = debugfs_create_dir(host_dirname, qedi_dbg_root); in qedi_dbg_host_init()
|
/kernel/linux/linux-6.6/drivers/scsi/qedi/ |
H A D | qedi_debugfs.c | 22 char host_dirname[32]; in qedi_dbg_host_init() local 24 sprintf(host_dirname, "host%u", qedi->host_no); in qedi_dbg_host_init() 25 qedi->bdf_dentry = debugfs_create_dir(host_dirname, qedi_dbg_root); in qedi_dbg_host_init()
|
/kernel/linux/linux-5.10/drivers/scsi/qedf/ |
H A D | qedf_debugfs.c | 26 char host_dirname[32]; in qedf_dbg_host_init() local 30 sprintf(host_dirname, "host%u", qedf->host_no); in qedf_dbg_host_init() 31 qedf->bdf_dentry = debugfs_create_dir(host_dirname, qedf_dbg_root); in qedf_dbg_host_init()
|
/kernel/linux/linux-6.6/drivers/scsi/qedf/ |
H A D | qedf_debugfs.c | 26 char host_dirname[32]; in qedf_dbg_host_init() local 30 sprintf(host_dirname, "host%u", qedf->host_no); in qedf_dbg_host_init() 31 qedf->bdf_dentry = debugfs_create_dir(host_dirname, qedf_dbg_root); in qedf_dbg_host_init()
|
Completed in 3 milliseconds