mirror of
https://git.missingno.dev/kolibrios-nvme-driver/
synced 2025-02-08 13:16:52 +01:00
update pcidev struct and edit variables
This commit is contained in:
parent
481fd087bd
commit
3142d5bda8
@ -113,8 +113,6 @@ CC_CRIME = 1 shl 24
|
|||||||
CC_DEFAULT_IOSQES = 6 shl 16
|
CC_DEFAULT_IOSQES = 6 shl 16
|
||||||
CC_DEFAULT_IOCQES = 4 shl 16
|
CC_DEFAULT_IOCQES = 4 shl 16
|
||||||
|
|
||||||
MAX_NVM_PCIDEVS_BYTES = 16
|
|
||||||
MAX_NVM_PCIDEVS = MAX_NVM_PCIDEVS_BYTES / 4
|
|
||||||
|
|
||||||
struct NVME_REG_MAP
|
struct NVME_REG_MAP
|
||||||
CAP rq 1 ; Controller Capabilities
|
CAP rq 1 ; Controller Capabilities
|
||||||
@ -148,9 +146,11 @@ struct SQ_ENTRY
|
|||||||
ends
|
ends
|
||||||
|
|
||||||
struct pcidev
|
struct pcidev
|
||||||
bus dd ?
|
devfn db ?
|
||||||
devfn dd ?
|
bus db ?
|
||||||
ends
|
ends
|
||||||
|
TOTAL_PCIDEVS = 4
|
||||||
|
TOTAL_PCIDEVS_MALLOC_SZ = TOTAL_PCIDEVS * sizeof.pcidev
|
||||||
|
|
||||||
struct NVME_IDENT_CONTROLLER
|
struct NVME_IDENT_CONTROLLER
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user