| 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{ |
nothing calls this directly
no outgoing calls
no test coverage detected