Lines Matching refs:list
227 * The sg pointer contains the list of PRP/SGL chunk allocations in addition
234 s8 nr_allocations; /* PRP list pool allocations. 0 means small
240 union nvme_descriptor list[NVME_MAX_NR_ALLOCATIONS];
532 __le64 *prp_list = iod->list[i].prp_list;
555 dma_pool_free(dev->prp_small_pool, iod->list[0].sg_list,
558 dma_pool_free(dev->prp_page_pool, iod->list[0].sg_list,
627 iod->list[0].prp_list = prp_list;
636 iod->list[iod->nr_allocations++].prp_list = prp_list;
718 iod->list[0].sg_list = sg_list;
940 /* detach 'req' and add to remainder list */
949 /* detach rest of list, and submit */
2634 dev->prp_page_pool = dma_pool_create("prp list page", dev->dev,
2641 dev->prp_small_pool = dma_pool_create("prp list 256", dev->dev,