Home
last modified time | relevance | path

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

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