Home
last modified time | relevance | path

Searched refs:prior_ioq_cnt (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/nvme/host/
H A Dfc.c2932 u32 prior_ioq_cnt = ctrl->ctrl.queue_count - 1; in nvme_fc_recreate_io_queues() local
2945 if (!nr_io_queues && prior_ioq_cnt) { in nvme_fc_recreate_io_queues()
2948 "required (was %d)\n", prior_ioq_cnt); in nvme_fc_recreate_io_queues()
2957 if (prior_ioq_cnt != nr_io_queues) { in nvme_fc_recreate_io_queues()
2960 prior_ioq_cnt, nr_io_queues); in nvme_fc_recreate_io_queues()
/kernel/linux/linux-6.6/drivers/nvme/host/
H A Dfc.c2949 u32 prior_ioq_cnt = ctrl->ctrl.queue_count - 1; in nvme_fc_recreate_io_queues() local
2962 if (!nr_io_queues && prior_ioq_cnt) { in nvme_fc_recreate_io_queues()
2965 "required (was %d)\n", prior_ioq_cnt); in nvme_fc_recreate_io_queues()
2974 if (prior_ioq_cnt != nr_io_queues) { in nvme_fc_recreate_io_queues()
2977 prior_ioq_cnt, nr_io_queues); in nvme_fc_recreate_io_queues()

Completed in 13 milliseconds