Home
last modified time | relevance | path

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

/linux/drivers/nvme/host/
H A Dapple.c176 struct apple_nvme { struct
211 static inline struct apple_nvme *ctrl_to_apple_nvme(struct nvme_ctrl *ctrl) in ctrl_to_apple_nvme() argument
213 return container_of(ctrl, struct apple_nvme, ctrl); in ctrl_to_apple_nvme()
216 static inline struct apple_nvme *queue_to_apple_nvme(struct apple_nvme_queue *q) in queue_to_apple_nvme()
219 return container_of(q, struct apple_nvme, adminq); in queue_to_apple_nvme()
221 return container_of(q, struct apple_nvme, ioq); in queue_to_apple_nvme()
226 struct apple_nvme *anv = queue_to_apple_nvme(q); in apple_nvme_queue_depth()
236 struct apple_nvme *anv = cookie; in apple_nvme_rtkit_crashed()
245 struct apple_nvme *anv = cookie; in apple_nvme_sart_dma_setup()
271 struct apple_nvme *anv = cookie; in apple_nvme_sart_dma_destroy()
[all …]