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

Enum ControllerConfigCommandSet

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

Source from the content-addressed store, hash-verified

209 private:
210
211 enum ControllerConfigCommandSet{
212 NVMeConfigCmdSetNVM = 0,
213 NVMeConfigCmdSetAdminOnly = 0b111,
214 };
215
216 enum AdminCommands{
217 AdminCmdDeleteIOSubmissionQueue = 0x0,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected