Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/qedf/
Dqedf_main.c3160 char host_buf[20]; in __qedf_probe() local
3224 sprintf(host_buf, "qedf_%u_link", in __qedf_probe()
3226 qedf->link_update_wq = create_workqueue(host_buf); in __qedf_probe()
3381 sprintf(host_buf, "host_%d", host->host_no); in __qedf_probe()
3382 qed_ops->common->set_name(qedf->cdev, host_buf); in __qedf_probe()
3410 snprintf(host_buf, 20, "qedf_%d_ll2", host->host_no); in __qedf_probe()
3412 create_workqueue(host_buf); in __qedf_probe()
3453 sprintf(host_buf, "qedf_%u_timer", qedf->lport->host->host_no); in __qedf_probe()
3455 create_workqueue(host_buf); in __qedf_probe()
3465 sprintf(host_buf, "qedf_%u_dpc", in __qedf_probe()
[all …]
/Linux-v5.4/drivers/scsi/qedi/
Dqedi_main.c2397 char host_buf[16]; in __qedi_probe() local
2512 sprintf(host_buf, "host_%d", qedi->shost->host_no); in __qedi_probe()
2513 qedi_ops->common->set_name(qedi->cdev, host_buf); in __qedi_probe()
2618 sprintf(host_buf, "host_%d", qedi->shost->host_no); in __qedi_probe()
2619 qedi->tmf_thread = create_singlethread_workqueue(host_buf); in __qedi_probe()
2627 sprintf(host_buf, "qedi_ofld%d", qedi->shost->host_no); in __qedi_probe()
2628 qedi->offload_thread = create_workqueue(host_buf); in __qedi_probe()