Home
last modified time | relevance | path

Searched refs:QM_INITFQ_WE_TDTHRESH (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/ncsw/Peripherals/QM/
H A Dfsl_qman.h726 #define QM_INITFQ_WE_TDTHRESH 0x0004 macro
H A Dqm_portal_fqr.c1030 fq_opts.we_mask &= ~QM_INITFQ_WE_TDTHRESH; in qm_new_fq()
1038 fq_opts.we_mask |= QM_INITFQ_WE_TDTHRESH; in qm_new_fq()
1095 fq_opts.we_mask = QM_INITFQ_WE_TDTHRESH; in qm_new_fq()
/f-stack/dpdk/drivers/bus/dpaa/include/
H A Dfsl_qman.h827 #define QM_INITFQ_WE_TDTHRESH 0x0004 macro
/f-stack/dpdk/drivers/bus/dpaa/base/qbman/
H A Dqman.c1620 if (opts->we_mask & QM_INITFQ_WE_TDTHRESH) in qman_init_fq()