Home
last modified time | relevance | path

Searched defs:rt_nvme_ops (Results 1 – 1 of 1) sorted by relevance

/components/drivers/include/drivers/
A Dnvme.h882 struct rt_nvme_ops struct
884 const char *name;
887 rt_err_t (*setup_queue)(struct rt_nvme_queue *queue);
889 rt_err_t (*cleanup_queue)(struct rt_nvme_queue *queue);
891 rt_err_t (*submit_cmd)(struct rt_nvme_queue *queue, struct rt_nvme_command *cmd);
893 void (*complete_cmd)(struct rt_nvme_queue *queue, struct rt_nvme_command *cmd);

Completed in 8 milliseconds