Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/nvme/host/
Dpci.c81 struct nvme_dev;
84 static void nvme_dev_disable(struct nvme_dev *dev, bool shutdown);
85 static bool __nvme_disable_io_queues(struct nvme_dev *dev, u8 opcode);
90 struct nvme_dev { struct
154 static inline struct nvme_dev *to_nvme_dev(struct nvme_ctrl *ctrl) in to_nvme_dev()
156 return container_of(ctrl, struct nvme_dev, ctrl); in to_nvme_dev()
164 struct nvme_dev *dev;
230 static int nvme_dbbuf_dma_alloc(struct nvme_dev *dev) in nvme_dbbuf_dma_alloc()
255 static void nvme_dbbuf_dma_free(struct nvme_dev *dev) in nvme_dbbuf_dma_free()
271 static void nvme_dbbuf_init(struct nvme_dev *dev, in nvme_dbbuf_init()
[all …]