Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/nvme/host/
Dapple.c642 static bool apple_nvme_handle_cq(struct apple_nvme_queue *q, bool force) in apple_nvme_handle_cq() function
665 if (apple_nvme_handle_cq(&anv->ioq, false)) in apple_nvme_irq()
667 if (apple_nvme_handle_cq(&anv->adminq, false)) in apple_nvme_irq()
859 apple_nvme_handle_cq(&anv->ioq, true); in apple_nvme_disable()
860 apple_nvme_handle_cq(&anv->adminq, true); in apple_nvme_disable()
915 apple_nvme_handle_cq(q, false); in apple_nvme_timeout()