Searched refs:nvme_dev (Results 1 – 1 of 1) sorted by relevance
102 struct nvme_dev;105 static void nvme_dev_disable(struct nvme_dev *dev, bool shutdown);106 static bool __nvme_disable_io_queues(struct nvme_dev *dev, u8 opcode);111 struct nvme_dev { struct179 static inline struct nvme_dev *to_nvme_dev(struct nvme_ctrl *ctrl) in to_nvme_dev()181 return container_of(ctrl, struct nvme_dev, ctrl); in to_nvme_dev()189 struct nvme_dev *dev;237 static inline unsigned int nvme_dbbuf_size(struct nvme_dev *dev) in nvme_dbbuf_size()242 static int nvme_dbbuf_dma_alloc(struct nvme_dev *dev) in nvme_dbbuf_dma_alloc()267 static void nvme_dbbuf_dma_free(struct nvme_dev *dev) in nvme_dbbuf_dma_free()[all …]