Home
last modified time | relevance | path

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

/openbmc/linux/drivers/nvme/host/
H A Dpci.c211 #define NVMEQ_POLLED 3 macro
1111 WARN_ON_ONCE(test_bit(NVMEQ_POLLED, &nvmeq->flags)); in nvme_poll_irqdisable()
1164 if (!test_bit(NVMEQ_POLLED, &nvmeq->flags)) in adapter_alloc_cq()
1312 if (test_bit(NVMEQ_POLLED, &nvmeq->flags)) in nvme_timeout()
1447 if (!test_and_clear_bit(NVMEQ_POLLED, &nvmeq->flags)) in nvme_suspend_queue()
1628 set_bit(NVMEQ_POLLED, &nvmeq->flags); in nvme_create_queue()