Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/disk/nvme/
Dnvme_cmd.h323 struct nvme_cmd_qpair { struct
324 struct nvme_controller *ctrlr;
325 uint32_t id;
327 uint32_t num_entries;
329 uint32_t sq_tdbl_off;
330 uint32_t cq_hdbl_off;
332 uint32_t phase;
333 uint32_t sq_head;
334 uint32_t sq_tail;
335 uint32_t cq_head;
[all …]