Home
last modified time | relevance | path

Searched refs:QM_INITFQ_WE_OAC (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/include/soc/fsl/
Dqman.h623 #define QM_INITFQ_WE_OAC 0x0100 macro
/linux-6.1.9/drivers/net/ethernet/freescale/dpaa/
Ddpaa_eth.c1062 initfq.we_mask |= cpu_to_be16(QM_INITFQ_WE_OAC); in dpaa_fq_init()
1106 initfq.we_mask |= cpu_to_be16(QM_INITFQ_WE_OAC); in dpaa_fq_init()
/linux-6.1.9/drivers/soc/fsl/qbman/
Dqman.c1871 if (opts && (be16_to_cpu(opts->we_mask) & QM_INITFQ_WE_OAC)) { in qman_init_fq()