mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-02-06 00:45:22 +08:00
[DM/FEATURE] Support NVME (#9591)
* [DM/FEATURE] Support NVME 1. Support PRP and SGL (>= NVME v1.1) transport. 2. Support MSI/MSI-X for IO queues. 3. Support NVME on PCI. Signed-off-by: GuEe-GUI <2991707448@qq.com>
This commit is contained in:
@@ -1378,6 +1378,9 @@ struct rt_device
|
||||
void *ofw_node; /**< ofw node get from device tree */
|
||||
#endif /* RT_USING_OFW */
|
||||
void *power_domain_unit;
|
||||
#ifdef RT_USING_DMA
|
||||
const void *dma_ops;
|
||||
#endif
|
||||
#endif /* RT_USING_DM */
|
||||
|
||||
enum rt_device_class_type type; /**< device type */
|
||||
|
||||
Reference in New Issue
Block a user