Searched refs:bsg_name (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/scsi/
H A Dscsi_transport_fc.c4280 char bsg_name[20]; local
4287 snprintf(bsg_name, sizeof(bsg_name),
4290 q = bsg_setup_queue(dev, bsg_name, fc_bsg_dispatch, fc_bsg_job_timeout,
H A Dscsi_transport_iscsi.c1539 char bsg_name[20]; local
1544 snprintf(bsg_name, sizeof(bsg_name), "iscsi_host%d", shost->host_no);
1545 q = bsg_setup_queue(dev, bsg_name, iscsi_bsg_host_dispatch, NULL, 0);

Completed in 224 milliseconds