Searched defs:nvme_cmd_qpair (Results 1 – 1 of 1) sorted by relevance
323 struct nvme_cmd_qpair { struct324 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 …]