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

Method CQBase

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

Source from the content-addressed store, hash-verified

196 __attribute__((always_inline)) uint16_t CQSize() { return cqCount; }
197 __attribute__((always_inline)) uint16_t SQSize() { return sqCount; }
198 __attribute__((always_inline)) uintptr_t CQBase() { return completionBase; }
199 __attribute__((always_inline)) uintptr_t SQBase() { return submissionBase; }
200 };
201

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected