| 337 | } |
| 338 | |
| 339 | __attribute__((always_inline)) inline uint16_t GetMaxQueueEntries(){ |
| 340 | return NVME_CAP_MQES(cRegs->cap); |
| 341 | } |
| 342 | |
| 343 | // Config |
| 344 | __attribute__((always_inline)) inline void SetMemoryPageSize(uint32_t size){ |
nothing calls this directly
no outgoing calls
no test coverage detected