extern "x86-interrupt" fn nvme_handler(
_stack_frame: InterruptStackFrame,
)Expand description
NVMe storage controller IRQ handler.
Processes I/O completion queue entries and wakes waiting tasks.
extern "x86-interrupt" fn nvme_handler(
_stack_frame: InterruptStackFrame,
)NVMe storage controller IRQ handler.
Processes I/O completion queue entries and wakes waiting tasks.