Bool nvme_create_io_command(HAL_NVME_QUEUE *entry, UInt64 baseAddress, UInt32 identLoAndQueueSizeHi, UInt32 flagsLoAndQueueComplIdHi, UInt32 identify, Bool provideIdentify=false, Bool namespaceIdentify=false)
Creates an I/O command for a DMA operation.
Definition NVME.h:76
Bool nvme_create_admin_command(HAL_NVME_QUEUE *entry, UInt32 nsid, UInt32 prpTransfer[3], UInt32 startingLba[2], UInt32 lowTransferBlocks)
Creates an admin command for a DMA operation.
Definition NVME.h:56