Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/nvme/host/
H A Drdma.c80 NVME_RDMA_Q_ALLOCATED = 0, enumerator
627 set_bit(NVME_RDMA_Q_ALLOCATED, &queue->flags); in nvme_rdma_alloc_queue()
655 if (!test_and_clear_bit(NVME_RDMA_Q_ALLOCATED, &queue->flags)) in nvme_rdma_free_queue()
693 if (test_bit(NVME_RDMA_Q_ALLOCATED, &queue->flags)) in nvme_rdma_start_queue()