| 209 | private: |
| 210 | |
| 211 | enum ControllerConfigCommandSet{ |
| 212 | NVMeConfigCmdSetNVM = 0, |
| 213 | NVMeConfigCmdSetAdminOnly = 0b111, |
| 214 | }; |
| 215 | |
| 216 | enum AdminCommands{ |
| 217 | AdminCmdDeleteIOSubmissionQueue = 0x0, |
nothing calls this directly
no outgoing calls
no test coverage detected