1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-05 06:17:36 +00:00
serenity/Kernel/Storage/NVMe
Pankaj Raghav 83b87a5ade Kernel: Add bar_address_mask to mask the last 4 bits of a BAR address
Create a bar_address_mask constant to mask the last 4 bits of a BAR
address instead of hand coding the mask all over the kernel.
2023-04-24 21:41:54 +02:00
..
NVMeController.cpp Kernel: Add bar_address_mask to mask the last 4 bits of a BAR address 2023-04-24 21:41:54 +02:00
NVMeController.h Kernel: Propagate errors in StorageController reset() and shutdown() 2023-03-16 09:55:15 +01:00
NVMeDefinitions.h Kernel: Add bar_address_mask to mask the last 4 bits of a BAR address 2023-04-24 21:41:54 +02:00
NVMeInterruptQueue.cpp Kernel/NVMe: Redesign the tracking of requests in an NVMe Queue 2023-04-05 12:45:27 +02:00
NVMeInterruptQueue.h Kernel/NVMe: Redesign the tracking of requests in an NVMe Queue 2023-04-05 12:45:27 +02:00
NVMeNameSpace.cpp Kernel: Stop using NonnullLockRefPtrVector 2023-03-06 23:46:36 +01:00
NVMeNameSpace.h Kernel: Stop using NonnullLockRefPtrVector 2023-03-06 23:46:36 +01:00
NVMePollQueue.cpp Kernel/NVMe: Redesign the tracking of requests in an NVMe Queue 2023-04-05 12:45:27 +02:00
NVMePollQueue.h Kernel/NVMe: Redesign the tracking of requests in an NVMe Queue 2023-04-05 12:45:27 +02:00
NVMeQueue.cpp Kernel/NVMeQueue: Use waitqueue in submit_sync_sqe 2023-04-05 12:45:27 +02:00
NVMeQueue.h Kernel: Mark a bunch of NonnullRefPtrs also const to ensure immutability 2023-04-08 13:44:21 +02:00