Home
last modified time | relevance | path

Searched refs:host_dirname (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/scsi/qedi/
Dqedi_debugfs.c22 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()
/linux-6.1.9/drivers/scsi/qedf/
Dqedf_debugfs.c25 char host_dirname[32]; in qedf_dbg_host_init() local
29 sprintf(host_dirname, "host%u", qedf->host_no); in qedf_dbg_host_init()
30 qedf->bdf_dentry = debugfs_create_dir(host_dirname, qedf_dbg_root); in qedf_dbg_host_init()