Searched refs:rt_nvme_command (Results 1 – 2 of 2) sorted by relevance
104 struct rt_nvme_command *cmd) in nvme_submit_cmd()159 struct rt_nvme_command cmd; in nvme_set_features_simple()170 struct rt_nvme_command *cmd) in nvme_submit_io_cmd()280 struct rt_nvme_command cmd; in nvme_blk_rw()569 struct rt_nvme_command cmd; in nvme_blk_sync()583 struct rt_nvme_command cmd; in nvme_blk_erase()700 struct rt_nvme_command cmd; in nvme_identify()730 struct rt_nvme_command cmd; in nvme_attach_queue()776 struct rt_nvme_command cmd; in nvme_detach_queue()861 rt_memset(queue->sq_cmds, 0, sizeof(struct rt_nvme_command) * depth); in nvme_alloc_queue()
438 struct rt_nvme_command struct805 struct rt_nvme_command *sq_cmds;820 struct rt_nvme_command *cmd;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 9 milliseconds