Lines Matching defs:stashing
329 * Within that, the 'stashing' and 'taildrop' pieces are also factored out, the
372 /* Treat it as s/w portal stashing config */
375 struct qm_fqd_stashing stashing;
461 struct qm_fqd_stashing *st = &fqd->context_a.stashing;
470 return fqd->context_a.stashing.cl;
504 #define QM_FQCTRL_CTXASTASHING 0x0080 /* Context-A stashing */
730 * qman_create_fq(), as this allows stashing of caller-provided demux callback
731 * pointers at no extra cost to stashing of (driver-internal) FQ state. If the
732 * caller wishes to add per-FQ state and have it benefit from dequeue-stashing,
750 * (b) when and if configuring the FQ for context stashing, specify how ever
1005 * - if context_b is initialised for demux, so is context_a in case stashing
1018 * context_a.address fields and will leave the stashing fields provided by the
1019 * user alone, otherwise it will zero out the context_a.stashing fields.