Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.1-rc7 10 lines 234 B view raw
1#ifndef _LINUX_BLK_MQ_RDMA_H 2#define _LINUX_BLK_MQ_RDMA_H 3 4struct blk_mq_tag_set; 5struct ib_device; 6 7int blk_mq_rdma_map_queues(struct blk_mq_queue_map *map, 8 struct ib_device *dev, int first_vec); 9 10#endif /* _LINUX_BLK_MQ_RDMA_H */