MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / NVMeQueue

Method NVMeQueue

Kernel/include/nvme.h:189–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187 ///////////////////////////////
188 NVMeQueue(uint16_t qid, uintptr_t cqBase, uintptr_t sqBase, void* cq, void* sq, uint32_t* cqDB, uint32_t* sqDB, uint16_t csz, uint16_t ssz);
189 NVMeQueue() = default;
190
191 long Consume(NVMeCommand& cmd);
192

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected