Home
last modified time | relevance | path

Searched full:hold_active (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/dpaa/
H A Dqman.h215 * @param hold_active If TRUE, the FQ may be held in the
246 bool hold_active, bool prefer_in_cache, bool congst_avoid_ena,
H A Dqman.c497 bool hold_active, bool prefer_in_cache, bool congst_avoid_ena, in qman_fq_create() argument
529 (hold_active ? QM_FQCTRL_HOLDACTIVE : 0) | in qman_fq_create()
/freebsd/sys/dev/dpaa2/
H A Ddpaa2_ni.h269 * hold_active: (r/w) If true, this flag prevents the queue from being
292 bool hold_active; member
H A Ddpaa2_rc.c1574 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()