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

Method GetMaxQueueEntries

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

Source from the content-addressed store, hash-verified

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){

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected