Home
last modified time | relevance | path

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

/linux-6.15/drivers/nvme/host/
H A Dapple.c191 struct apple_nvme_queue ioq; member
213 return container_of(q, struct apple_nvme, ioq); in queue_to_apple_nvme()
666 if (apple_nvme_handle_cq(&anv->ioq, false)) in apple_nvme_irq()
686 c.create_cq.prp1 = cpu_to_le64(anv->ioq.cq_dma_addr); in apple_nvme_create_cq()
829 if (READ_ONCE(anv->ioq.enabled)) { in apple_nvme_disable()
853 WRITE_ONCE(anv->ioq.enabled, false); in apple_nvme_disable()
860 apple_nvme_handle_cq(&anv->ioq, true); in apple_nvme_disable()
1110 writeq(anv->ioq.tcb_dma_addr, in apple_nvme_reset_work()
1146 apple_nvme_init_queue(&anv->ioq); in apple_nvme_reset_work()
1290 anv->tagset.driver_data = &anv->ioq; in apple_nvme_alloc_tagsets()
[all …]