blk-mq: provide a default queue mapping for PCI device
Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Keith Busch <keith.busch@intel.com> Signed-off-by: Jens Axboe <axboe@fb.com>
This commit is contained in:

committed by
Jens Axboe

parent
da695ba236
commit
973c4e372c
9
include/linux/blk-mq-pci.h
Normal file
9
include/linux/blk-mq-pci.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef _LINUX_BLK_MQ_PCI_H
|
||||
#define _LINUX_BLK_MQ_PCI_H
|
||||
|
||||
struct blk_mq_tag_set;
|
||||
struct pci_dev;
|
||||
|
||||
int blk_mq_pci_map_queues(struct blk_mq_tag_set *set, struct pci_dev *pdev);
|
||||
|
||||
#endif /* _LINUX_BLK_MQ_PCI_H */
|
Reference in New Issue
Block a user