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

Method SQBase

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

Source from the content-addressed store, hash-verified

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
202 class Controller{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected