Home
last modified time | relevance | path

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

/linux-4.4.14/block/
Dbsg-lib.c163 void bsg_request_fn(struct request_queue *q) in bsg_request_fn() function
198 EXPORT_SYMBOL_GPL(bsg_request_fn);
/linux-4.4.14/include/linux/
Dbsg-lib.h69 void bsg_request_fn(struct request_queue *q);
/linux-4.4.14/drivers/scsi/
Dscsi_transport_iscsi.c1548 q = __scsi_alloc_queue(shost, bsg_request_fn); in iscsi_bsg_host_add()