Searched refs:tag_sets (Results 1 – 1 of 1) sorted by relevance
404 static struct blk_mq_tag_set tag_sets[N_DRIVE]; variable4516 disk = blk_mq_alloc_disk(&tag_sets[drive], NULL); in floppy_alloc_disk()4586 memset(&tag_sets[drive], 0, sizeof(tag_sets[drive])); in do_floppy_init()4587 tag_sets[drive].ops = &floppy_mq_ops; in do_floppy_init()4588 tag_sets[drive].nr_hw_queues = 1; in do_floppy_init()4589 tag_sets[drive].nr_maps = 1; in do_floppy_init()4590 tag_sets[drive].queue_depth = 2; in do_floppy_init()4591 tag_sets[drive].numa_node = NUMA_NO_NODE; in do_floppy_init()4592 tag_sets[drive].flags = BLK_MQ_F_SHOULD_MERGE; in do_floppy_init()4593 err = blk_mq_alloc_tag_set(&tag_sets[drive]); in do_floppy_init()[all …]