Searched full:hold_active (Results 1 – 4 of 4) sorted by relevance
215 * @param hold_active If TRUE, the FQ may be held in the246 bool hold_active, bool prefer_in_cache, bool congst_avoid_ena,
497 bool hold_active, bool prefer_in_cache, bool congst_avoid_ena, in qman_fq_create() argument529 (hold_active ? QM_FQCTRL_HOLDACTIVE : 0) | in qman_fq_create()
269 * hold_active: (r/w) If true, this flag prevents the queue from being292 bool hold_active; member
1574 cfg->hold_active = (resp->flags & 0x80u) > 0u ? true : false; in dpaa2_rc_ni_get_queue()1621 args->flags |= cfg->hold_active ? 0x80u : 0u; in dpaa2_rc_ni_set_queue()