Lines Matching defs:storage
998 * qbman_pull_desc_set_storage()- Set the pull dequeue storage
1000 * @storage: the pointer of the memory to store the dequeue result
1001 * @storage_phys: the physical address of the storage memory
1004 * If not called, or if called with 'storage' as NULL, the result pull dequeues
1005 * will produce results to DQRR. If 'storage' is non-NULL, then results are
1011 struct dpaa2_dq *storage,
1016 d->rsp_addr_virt = (u64)(uintptr_t)storage;
1018 if (!storage) {
1108 s->vdq.storage = (void *)(uintptr_t)d->rsp_addr_virt;
1144 s->vdq.storage = (void *)(uintptr_t)d->rsp_addr_virt;
1363 * dq storage memory set in pull dequeue command
1370 * Only used for user-provided storage of dequeue results, not DQRR. For
1372 * conversion to ensure that the user's dequeue result storage is in host-endian
1392 * current result is sitting in the first storage location of
1395 if (s->vdq.storage == dq) {
1396 s->vdq.storage = NULL;