Home
last modified time | relevance | path

Searched refs:NVME_RDMA_Q_ALLOCATED (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/nvme/host/
Drdma.c70 NVME_RDMA_Q_ALLOCATED = 0, enumerator
561 set_bit(NVME_RDMA_Q_ALLOCATED, &queue->flags); in nvme_rdma_alloc_queue()
586 if (!test_and_clear_bit(NVME_RDMA_Q_ALLOCATED, &queue->flags)) in nvme_rdma_free_queue()
623 if (test_bit(NVME_RDMA_Q_ALLOCATED, &queue->flags)) in nvme_rdma_start_queue()