Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/nvme/host/
H A Dpci.c108 struct nvme_dev;
111 static void nvme_dev_disable(struct nvme_dev *dev, bool shutdown);
112 static void nvme_delete_io_queues(struct nvme_dev *dev);
113 static void nvme_update_attrs(struct nvme_dev *dev);
116 * Represents an NVM Express device. Each nvme_dev is a PCI function.
118 struct nvme_dev { struct
180 static inline struct nvme_dev *to_nvme_dev(struct nvme_ctrl *ctrl) in to_nvme_dev()
182 return container_of(ctrl, struct nvme_dev, ctrl); in to_nvme_dev()
190 struct nvme_dev *dev;
243 static inline unsigned int nvme_dbbuf_size(struct nvme_dev *de
[all...]
/kernel/linux/linux-5.10/drivers/nvme/host/
H A Dpci.c103 struct nvme_dev;
106 static void nvme_dev_disable(struct nvme_dev *dev, bool shutdown);
107 static bool __nvme_disable_io_queues(struct nvme_dev *dev, u8 opcode);
110 * Represents an NVM Express device. Each nvme_dev is a PCI function.
112 struct nvme_dev { struct
180 static inline struct nvme_dev *to_nvme_dev(struct nvme_ctrl *ctrl) in to_nvme_dev()
182 return container_of(ctrl, struct nvme_dev, ctrl); in to_nvme_dev()
190 struct nvme_dev *dev;
239 static inline unsigned int nvme_dbbuf_size(struct nvme_dev *dev) in nvme_dbbuf_size()
244 static int nvme_dbbuf_dma_alloc(struct nvme_dev *de
[all...]

Completed in 6 milliseconds