mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 21:10:51 +07: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 */
|