Searched refs:NVMEQ_POLLED (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/nvme/host/ |
H A D | pci.c | 211 #define NVMEQ_POLLED 3 macro 1092 WARN_ON_ONCE(test_bit(NVMEQ_POLLED, &nvmeq->flags)); in nvme_poll_irqdisable() 1143 if (!test_bit(NVMEQ_POLLED, &nvmeq->flags)) in adapter_alloc_cq() 1284 if (test_bit(NVMEQ_POLLED, &nvmeq->flags)) in nvme_timeout() 1409 if (!test_and_clear_bit(NVMEQ_POLLED, &nvmeq->flags)) in nvme_suspend_queue() 1581 set_bit(NVMEQ_POLLED, &nvmeq->flags); in nvme_create_queue()
|
/kernel/linux/linux-6.6/drivers/nvme/host/ |
H A D | pci.c | 211 #define NVMEQ_POLLED 3 macro 1109 WARN_ON_ONCE(test_bit(NVMEQ_POLLED, &nvmeq->flags)); in nvme_poll_irqdisable() 1162 if (!test_bit(NVMEQ_POLLED, &nvmeq->flags)) in adapter_alloc_cq() 1307 if (test_bit(NVMEQ_POLLED, &nvmeq->flags)) in nvme_timeout() 1439 if (!test_and_clear_bit(NVMEQ_POLLED, &nvmeq->flags)) in nvme_suspend_queue() 1620 set_bit(NVMEQ_POLLED, &nvmeq->flags); in nvme_create_queue()
|
Completed in 9 milliseconds