NVME_FC_Q_LIVE
clear_bit(NVME_FC_Q_LIVE, &queue->flags);
set_bit(NVME_FC_Q_LIVE, &ctrl->queues[i].flags);
clear_bit(NVME_FC_Q_LIVE, &ctrl->queues[q].flags);
clear_bit(NVME_FC_Q_LIVE, &ctrl->queues[0].flags);
bool queue_ready = test_bit(NVME_FC_Q_LIVE, &queue->flags);
set_bit(NVME_FC_Q_LIVE, &ctrl->queues[0].flags);