Searched refs:NVME_RDMA_Q_ALLOCATED (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/nvme/host/ |
H A D | rdma.c | 80 NVME_RDMA_Q_ALLOCATED = 0, enumerator 627 set_bit(NVME_RDMA_Q_ALLOCATED, &queue->flags); in nvme_rdma_alloc_queue() 647 if (!test_bit(NVME_RDMA_Q_ALLOCATED, &queue->flags)) in nvme_rdma_stop_queue() 658 if (!test_and_clear_bit(NVME_RDMA_Q_ALLOCATED, &queue->flags)) in nvme_rdma_free_queue() 696 if (test_bit(NVME_RDMA_Q_ALLOCATED, &queue->flags)) in nvme_rdma_start_queue()
|
/kernel/linux/linux-6.6/drivers/nvme/host/ |
H A D | rdma.c | 80 NVME_RDMA_Q_ALLOCATED = 0, enumerator 621 set_bit(NVME_RDMA_Q_ALLOCATED, &queue->flags); in nvme_rdma_alloc_queue() 641 if (!test_bit(NVME_RDMA_Q_ALLOCATED, &queue->flags)) in nvme_rdma_stop_queue() 652 if (!test_and_clear_bit(NVME_RDMA_Q_ALLOCATED, &queue->flags)) in nvme_rdma_free_queue() 689 if (test_bit(NVME_RDMA_Q_ALLOCATED, &queue->flags)) in nvme_rdma_start_queue()
|
Completed in 7 milliseconds