Symbol: apple_nvme
drivers/nvme/host/apple.c
1010
struct apple_nvme *anv = queue_to_apple_nvme(q);
drivers/nvme/host/apple.c
1027
struct apple_nvme *anv =
drivers/nvme/host/apple.c
1028
container_of(work, struct apple_nvme, ctrl.reset_work);
drivers/nvme/host/apple.c
1236
struct apple_nvme *anv =
drivers/nvme/host/apple.c
1237
container_of(work, struct apple_nvme, remove_work);
drivers/nvme/host/apple.c
1270
struct apple_nvme *anv = ctrl_to_apple_nvme(ctrl);
drivers/nvme/host/apple.c
1291
struct apple_nvme *anv = data;
drivers/nvme/host/apple.c
1303
static int apple_nvme_alloc_tagsets(struct apple_nvme *anv)
drivers/nvme/host/apple.c
1353
static int apple_nvme_queue_alloc(struct apple_nvme *anv,
drivers/nvme/host/apple.c
1396
static void apple_nvme_detach_genpd(struct apple_nvme *anv)
drivers/nvme/host/apple.c
1411
static int apple_nvme_attach_genpd(struct apple_nvme *anv)
drivers/nvme/host/apple.c
1456
static struct apple_nvme *apple_nvme_alloc(struct platform_device *pdev)
drivers/nvme/host/apple.c
1459
struct apple_nvme *anv;
drivers/nvme/host/apple.c
1606
struct apple_nvme *anv;
drivers/nvme/host/apple.c
1639
struct apple_nvme *anv = platform_get_drvdata(pdev);
drivers/nvme/host/apple.c
1659
struct apple_nvme *anv = platform_get_drvdata(pdev);
drivers/nvme/host/apple.c
1671
struct apple_nvme *anv = dev_get_drvdata(dev);
drivers/nvme/host/apple.c
1678
struct apple_nvme *anv = dev_get_drvdata(dev);
drivers/nvme/host/apple.c
211
static inline struct apple_nvme *ctrl_to_apple_nvme(struct nvme_ctrl *ctrl)
drivers/nvme/host/apple.c
213
return container_of(ctrl, struct apple_nvme, ctrl);
drivers/nvme/host/apple.c
216
static inline struct apple_nvme *queue_to_apple_nvme(struct apple_nvme_queue *q)
drivers/nvme/host/apple.c
219
return container_of(q, struct apple_nvme, adminq);
drivers/nvme/host/apple.c
221
return container_of(q, struct apple_nvme, ioq);
drivers/nvme/host/apple.c
226
struct apple_nvme *anv = queue_to_apple_nvme(q);
drivers/nvme/host/apple.c
236
struct apple_nvme *anv = cookie;
drivers/nvme/host/apple.c
245
struct apple_nvme *anv = cookie;
drivers/nvme/host/apple.c
271
struct apple_nvme *anv = cookie;
drivers/nvme/host/apple.c
285
struct apple_nvme *anv = queue_to_apple_nvme(q);
drivers/nvme/host/apple.c
296
struct apple_nvme *anv = queue_to_apple_nvme(q);
drivers/nvme/host/apple.c
317
struct apple_nvme *anv = queue_to_apple_nvme(q);
drivers/nvme/host/apple.c
373
static void apple_nvme_free_prps(struct apple_nvme *anv, struct request *req)
drivers/nvme/host/apple.c
389
static void apple_nvme_unmap_data(struct apple_nvme *anv, struct request *req)
drivers/nvme/host/apple.c
424
static blk_status_t apple_nvme_setup_prps(struct apple_nvme *anv,
drivers/nvme/host/apple.c
518
static blk_status_t apple_nvme_setup_prp_simple(struct apple_nvme *anv,
drivers/nvme/host/apple.c
538
static blk_status_t apple_nvme_map_data(struct apple_nvme *anv,
drivers/nvme/host/apple.c
583
struct apple_nvme *anv = queue_to_apple_nvme(iod->q);
drivers/nvme/host/apple.c
608
apple_nvme_queue_tagset(struct apple_nvme *anv, struct apple_nvme_queue *q)
drivers/nvme/host/apple.c
619
struct apple_nvme *anv = queue_to_apple_nvme(q);
drivers/nvme/host/apple.c
693
struct apple_nvme *anv = data;
drivers/nvme/host/apple.c
709
static int apple_nvme_create_cq(struct apple_nvme *anv)
drivers/nvme/host/apple.c
727
static int apple_nvme_remove_cq(struct apple_nvme *anv)
drivers/nvme/host/apple.c
737
static int apple_nvme_create_sq(struct apple_nvme *anv)
drivers/nvme/host/apple.c
755
static int apple_nvme_remove_sq(struct apple_nvme *anv)
drivers/nvme/host/apple.c
770
struct apple_nvme *anv = queue_to_apple_nvme(q);
drivers/nvme/host/apple.c
825
struct apple_nvme *anv = queue_to_apple_nvme(q);
drivers/nvme/host/apple.c
836
static void apple_nvme_disable(struct apple_nvme *anv, bool shutdown)
drivers/nvme/host/apple.c
919
struct apple_nvme *anv = queue_to_apple_nvme(q);
drivers/nvme/host/apple.c
979
struct apple_nvme *anv = queue_to_apple_nvme(q);