1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-16 06:40:59 +00:00
serenity/Kernel/Storage/NVMe
Pankaj Raghav 4b2094506b Kernel: Use buffer_size from AsyncBlockDevice struct
The underlying driver does not need to recalculate the buffer size as
it is passed in the AsyncBlockDevice struct anyway. This also helps in
removing any assumptions of the underlying block size of the device.
2022-03-27 08:54:32 -07:00
..
NVMeController.cpp Kernel: Change static constexpr variables to constexpr where possible 2022-02-09 21:04:51 +00:00
NVMeController.h Kernel: Zero initialize all members in NVMeController 2022-03-18 00:51:16 -07:00
NVMeDefinitions.h Kernel: Add polling support to NVMe 2022-02-02 18:26:59 +01:00
NVMeInterruptQueue.cpp Kernel: Use buffer_size from AsyncBlockDevice struct 2022-03-27 08:54:32 -07:00
NVMeInterruptQueue.h Kernel: Add polling support to NVMe 2022-02-02 18:26:59 +01: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
NVMePollQueue.cpp Kernel: Use buffer_size from AsyncBlockDevice struct 2022-03-27 08:54:32 -07:00
NVMePollQueue.h Kernel: Add polling support to NVMe 2022-02-02 18:26:59 +01:00
NVMeQueue.cpp Kernel: Use buffer_size from AsyncBlockDevice struct 2022-03-27 08:54:32 -07:00
NVMeQueue.h Kernel: Add polling support to NVMe 2022-02-02 18:26:59 +01:00