Home
last modified time | relevance | path

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

/linux/drivers/nvme/host/
H A Dpci.c135 struct nvme_dev;
138 static void nvme_dev_disable(struct nvme_dev *dev, bool shutdown);
139 static void nvme_delete_io_queues(struct nvme_dev *dev);
140 static void nvme_update_attrs(struct nvme_dev *dev);
150 struct nvme_dev { struct
212 static inline struct nvme_dev *to_nvme_dev(struct nvme_ctrl *ctrl) in to_nvme_dev() argument
214 return container_of(ctrl, struct nvme_dev, ctrl); in to_nvme_dev()
222 struct nvme_dev *dev;
305 static inline unsigned int nvme_dbbuf_size(struct nvme_dev *dev) in nvme_dbbuf_size()
310 static void nvme_dbbuf_dma_alloc(struct nvme_dev *dev) in nvme_dbbuf_dma_alloc()
[all …]