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

Method SQSize

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

Source from the content-addressed store, hash-verified

195
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 };

Callers 1

ControllerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected