Home
last modified time | relevance | path

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

/openbmc/linux/drivers/nvme/host/
H A Dapple.c169 struct apple_nvme { struct
203 static inline struct apple_nvme *ctrl_to_apple_nvme(struct nvme_ctrl *ctrl) in ctrl_to_apple_nvme() argument
205 return container_of(ctrl, struct apple_nvme, ctrl); in ctrl_to_apple_nvme()
208 static inline struct apple_nvme *queue_to_apple_nvme(struct apple_nvme_queue *q) in queue_to_apple_nvme()
211 return container_of(q, struct apple_nvme, adminq); in queue_to_apple_nvme()
213 return container_of(q, struct apple_nvme, ioq); in queue_to_apple_nvme()
226 struct apple_nvme *anv = cookie; in apple_nvme_rtkit_crashed()
235 struct apple_nvme *anv = cookie; in apple_nvme_sart_dma_setup()
261 struct apple_nvme *anv = cookie; in apple_nvme_sart_dma_destroy()
275 struct apple_nvme *anv = queue_to_apple_nvme(q); in apple_nvmmu_inval()
[all …]