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

/linux-master/drivers/nvme/host/
H A Dfc.c26 NVME_FC_Q_LIVE, enumerator in enum:nvme_fc_queue_flags
2282 clear_bit(NVME_FC_Q_LIVE, &queue->flags);
2370 set_bit(NVME_FC_Q_LIVE, &ctrl->queues[i].flags);
2484 clear_bit(NVME_FC_Q_LIVE, &ctrl->queues[q].flags);
2486 clear_bit(NVME_FC_Q_LIVE, &ctrl->queues[0].flags);
2796 bool queue_ready = test_bit(NVME_FC_Q_LIVE, &queue->flags);
3101 set_bit(NVME_FC_Q_LIVE, &ctrl->queues[0].flags);

Completed in 104 milliseconds