Searched refs:passthrough (Results 1 – 5 of 5) sorted by relevance
8 passthrough.o
22 static bool __read_mostly passthrough; variable23 module_param(passthrough, bool, S_IRUGO);24 MODULE_PARM_DESC(passthrough,746 if (passthrough) in xen_pcibk_xenbus_register()
295 bool passthrough = bio_is_passthrough(*bio_orig); in __blk_queue_bounce() local306 if (!passthrough && sectors < bio_sectors(*bio_orig)) { in __blk_queue_bounce()312 bio = bounce_clone_bio(*bio_orig, GFP_NOIO, passthrough ? NULL : in __blk_queue_bounce()
183 bool passthrough; member
216 The parameter "passthrough" allows you specify how you want the PCI218 PCI topology starts at 00.00.0, or (1) for passthrough if you want