Home
last modified time | relevance | path

Searched refs:CMD_CFG_PROMIS_EN (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/contrib/ncsw/Peripherals/FM/MAC/
H A Dfman_tgec.c187 tmp |= CMD_CFG_PROMIS_EN; in fman_tgec_set_promiscuous()
189 tmp &= ~CMD_CFG_PROMIS_EN; in fman_tgec_set_promiscuous()
326 tmp |= CMD_CFG_PROMIS_EN; in fman_tgec_init()
H A Dfman_memac.c59 tmp |= CMD_CFG_PROMIS_EN; in fman_memac_set_promiscuous()
61 tmp &= ~CMD_CFG_PROMIS_EN; in fman_memac_set_promiscuous()
169 tmp |= CMD_CFG_PROMIS_EN; in fman_memac_init()
/f-stack/freebsd/contrib/ncsw/inc/flib/
H A Dfsl_fman_tgec.h84 #define CMD_CFG_PROMIS_EN 0x00000010 macro
H A Dfsl_fman_memac.h60 #define CMD_CFG_PROMIS_EN 0x00000010 /* 27 Promiscuous operation enable */ macro
/f-stack/dpdk/drivers/bus/dpaa/base/fman/
H A Dfman_hw.c280 out_be32(cmdcfg, in_be32(cmdcfg) | CMD_CFG_PROMIS_EN); in fman_if_promiscuous_enable()
293 out_be32(cmdcfg, in_be32(cmdcfg) & (~CMD_CFG_PROMIS_EN)); in fman_if_promiscuous_disable()
/f-stack/dpdk/drivers/bus/dpaa/include/
H A Dfman.h30 #define CMD_CFG_PROMIS_EN 0x00000010 macro