Lines Matching defs:storage
993 * qbman_pull_desc_set_storage()- Set the pull dequeue storage
995 * @storage: the pointer of the memory to store the dequeue result
996 * @storage_phys: the physical address of the storage memory
999 * If not called, or if called with 'storage' as NULL, the result pull dequeues
1000 * will produce results to DQRR. If 'storage' is non-NULL, then results are
1006 struct dpaa2_dq *storage,
1011 d->rsp_addr_virt = (u64)(uintptr_t)storage;
1013 if (!storage) {
1100 s->vdq.storage = (void *)(uintptr_t)d->rsp_addr_virt;
1136 s->vdq.storage = (void *)(uintptr_t)d->rsp_addr_virt;
1355 * dq storage memory set in pull dequeue command
1362 * Only used for user-provided storage of dequeue results, not DQRR. For
1364 * conversion to ensure that the user's dequeue result storage is in host-endian
1384 * current result is sitting in the first storage location of
1387 if (s->vdq.storage == dq) {
1388 s->vdq.storage = NULL;