Home
last modified time | relevance | path

Searched refs:bsg_setup_queue (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/block/
Dbsg-lib.c211 int bsg_setup_queue(struct device *dev, struct request_queue *q, in bsg_setup_queue() function
232 EXPORT_SYMBOL_GPL(bsg_setup_queue);
/linux-4.4.14/include/linux/
Dbsg-lib.h67 int bsg_setup_queue(struct device *dev, struct request_queue *q, char *name,
/linux-4.4.14/drivers/scsi/
Dscsi_transport_iscsi.c1552 ret = bsg_setup_queue(dev, q, bsg_name, iscsi_bsg_host_dispatch, 0); in iscsi_bsg_host_add()