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

/linux-master/drivers/scsi/
H A Dscsi_transport_fc.c4281 char bsg_name[20]; local
4288 snprintf(bsg_name, sizeof(bsg_name),
4292 q = bsg_setup_queue(dev, bsg_name, &lim, fc_bsg_dispatch,
H A Dscsi_transport_iscsi.c1540 char bsg_name[20]; local
1545 snprintf(bsg_name, sizeof(bsg_name), "iscsi_host%d", shost->host_no);
1547 q = bsg_setup_queue(dev, bsg_name, &lim, iscsi_bsg_host_dispatch, NULL,

Completed in 175 milliseconds