Home
last modified time | relevance | path

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

/linux/drivers/nvme/host/
H A Dtcp.c128 NVME_TCP_Q_ALLOCATED = 0, enumerator
1439 if (!test_and_clear_bit(NVME_TCP_Q_ALLOCATED, &queue->flags)) in nvme_tcp_free_queue()
1891 set_bit(NVME_TCP_Q_ALLOCATED, &queue->flags); in nvme_tcp_alloc_queue()
1933 if (!test_bit(NVME_TCP_Q_ALLOCATED, &queue->flags)) in nvme_tcp_stop_queue_nowait()
1954 if (!test_bit(NVME_TCP_Q_ALLOCATED, &queue->flags) || in nvme_tcp_wait_queue()
2007 if (test_bit(NVME_TCP_Q_ALLOCATED, &queue->flags)) in nvme_tcp_start_queue()