• S
    NVMe: Initial PRP List support · e025344c
    Shane Michael Matthews 提交于
    Add a pointer to the nvme_req_info to hold a new data structure
    (nvme_prps) which contains a list of the pages allocated to this
    particular request for holding PRP list entries.  nvme_setup_prps()
    now returns this pointer.
    
    To allocate and free the memory used for PRP lists, we need a struct
    device, so we need to pass the nvme_queue pointer to many functions
    which didn't use to need it.
    Signed-off-by: NMatthew Wilcox <matthew.r.wilcox@intel.com>
    e025344c
nvme.c 36.2 KB