Searched refs:host_buf (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/drivers/scsi/qedi/ |
D | qedi_main.c | 2537 char host_buf[16]; in __qedi_probe() local 2663 snprintf(host_buf, sizeof(host_buf), "host_%d", qedi->shost->host_no); in __qedi_probe() 2664 qedi_ops->common->set_name(qedi->cdev, host_buf); in __qedi_probe() 2769 sprintf(host_buf, "host_%d", qedi->shost->host_no); in __qedi_probe() 2770 qedi->tmf_thread = create_singlethread_workqueue(host_buf); in __qedi_probe() 2778 sprintf(host_buf, "qedi_ofld%d", qedi->shost->host_no); in __qedi_probe() 2779 qedi->offload_thread = create_workqueue(host_buf); in __qedi_probe()
|
/linux-6.6.21/drivers/scsi/qedf/ |
D | qedf_main.c | 3291 char host_buf[20]; in __qedf_probe() local 3364 sprintf(host_buf, "qedf_%u_link", in __qedf_probe() 3366 qedf->link_update_wq = create_workqueue(host_buf); in __qedf_probe() 3545 sprintf(host_buf, "host_%d", host->host_no); in __qedf_probe() 3546 qed_ops->common->set_name(qedf->cdev, host_buf); in __qedf_probe() 3575 snprintf(host_buf, 20, "qedf_%d_ll2", host->host_no); in __qedf_probe() 3577 create_workqueue(host_buf); in __qedf_probe() 3618 sprintf(host_buf, "qedf_%u_timer", qedf->lport->host->host_no); in __qedf_probe() 3620 create_workqueue(host_buf); in __qedf_probe() 3630 sprintf(host_buf, "qedf_%u_dpc", in __qedf_probe() [all …]
|