Home
last modified time | relevance | path

Searched defs:blk_mq_tag_set (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/include/linux/
H A Dblk-mq.h498 struct blk_mq_tag_set { struct
499 const struct blk_mq_ops *ops;
500 struct blk_mq_queue_map map[HCTX_MAX_TYPES];
501 unsigned int nr_maps;
502 unsigned int nr_hw_queues;
503 unsigned int queue_depth;
504 unsigned int reserved_tags;
505 unsigned int cmd_size;
506 int numa_node;
507 unsigned int timeout;
[all …]