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

/linux-master/drivers/nvme/host/
H A Dtcp.c127 NVME_TCP_Q_ALLOCATED = 0, enumerator in enum:nvme_tcp_queue_flags
1365 if (!test_and_clear_bit(NVME_TCP_Q_ALLOCATED, &queue->flags))
1781 set_bit(NVME_TCP_Q_ALLOCATED, &queue->flags);
1826 if (!test_bit(NVME_TCP_Q_ALLOCATED, &queue->flags))
1869 if (test_bit(NVME_TCP_Q_ALLOCATED, &queue->flags))

Completed in 87 milliseconds