mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-16 09:13:55 +08:00
e42b3867de
Will be used by nvme-rdma for queue map separation support. Signed-off-by: Sagi Grimberg <sagi@grimberg.me> Signed-off-by: Christoph Hellwig <hch@lst.de>
11 lines
234 B
C
11 lines
234 B
C
#ifndef _LINUX_BLK_MQ_RDMA_H
|
|
#define _LINUX_BLK_MQ_RDMA_H
|
|
|
|
struct blk_mq_tag_set;
|
|
struct ib_device;
|
|
|
|
int blk_mq_rdma_map_queues(struct blk_mq_queue_map *map,
|
|
struct ib_device *dev, int first_vec);
|
|
|
|
#endif /* _LINUX_BLK_MQ_RDMA_H */
|