Lines Matching +full:storage +full:- +full:target
6 storage devices. The specification includes network transport definitions for
7 remote storage as well as a hardware register layout for local PCIe devices.
14 queues - a submission queue and a completion queue. These queues are more
18 structures, plus 2 integers (head and tail indices). There are also two 32-bit
52 The user supplies a data buffer, the target LBA, and the length, as well as
61 slow, so SPDK keeps a pre-allocated set of request objects inside of the NVMe
62 queue pair object - `struct spdk_nvme_qpair`. The number of requests allocated to
65 software queueing - SPDK will allow the user to submit more requests than the
73 built into memory embedded into the request object - not directly into an NVMe
97 PRP list description must be allocated in DMA-able memory and can be quite
99 to allocate enough space to pre-build the worst case scenario PRP list,