Searched refs:scsi_use_blk_mq (Results 1 – 3 of 3) sorted by relevance
784 bool scsi_use_blk_mq = true; variable786 bool scsi_use_blk_mq = false; variable788 module_param_named(use_blk_mq, scsi_use_blk_mq, bool, S_IWUSR | S_IRUGO);
32 extern bool scsi_use_blk_mq;
475 shost->use_blk_mq = scsi_use_blk_mq || shost->hostt->force_blk_mq; in scsi_host_alloc()