ladybird/Kernel/Storage/NVMe
Pankaj Raghav 4a8a3df975 Kernel: Fix index calculation in NVMeQueue submit_sync_sqe function
There was a bug while calculating the next index in submit_sync_sqe
function. Use the NVMeQueue's class variable m_qdepth instead of the
hardcoded IO_QUEUE_SIZE.
2022-01-25 20:06:19 +02:00
..
NVMeController.cpp Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr 2022-01-24 22:36:09 +01:00
NVMeController.h Kernel: Add individual struct definitions for NVMeSubmission 2022-01-18 11:37:04 +02:00
NVMeDefinitions.h Kernel: Add individual struct definitions for NVMeSubmission 2022-01-18 11:37:04 +02:00
NVMeNameSpace.cpp Kernel: Add UNMAP_AFTER_INIT to NVMe member functions 2022-01-18 11:37:04 +02:00
NVMeNameSpace.h Kernel/NVMe: Add initial NVMe driver support 2022-01-01 14:55:58 +01:00
NVMeQueue.cpp Kernel: Fix index calculation in NVMeQueue submit_sync_sqe function 2022-01-25 20:06:19 +02:00
NVMeQueue.h Kernel/Storage: Remove NVMeQueue DMA buffer create method 2022-01-23 20:56:28 +00:00