Searched refs:tag_sets (Results 1 – 1 of 1) sorted by relevance
404 static struct blk_mq_tag_set tag_sets[N_DRIVE]; variable4524 disk = blk_mq_alloc_disk(&tag_sets[drive], &lim, NULL); in floppy_alloc_disk()4593 memset(&tag_sets[drive], 0, sizeof(tag_sets[drive])); in do_floppy_init()4594 tag_sets[drive].ops = &floppy_mq_ops; in do_floppy_init()4595 tag_sets[drive].nr_hw_queues = 1; in do_floppy_init()4596 tag_sets[drive].nr_maps = 1; in do_floppy_init()4597 tag_sets[drive].queue_depth = 2; in do_floppy_init()4598 tag_sets[drive].numa_node = NUMA_NO_NODE; in do_floppy_init()4599 tag_sets[drive].flags = BLK_MQ_F_SHOULD_MERGE; in do_floppy_init()4600 err = blk_mq_alloc_tag_set(&tag_sets[drive]); in do_floppy_init()[all …]