Home
last modified time | relevance | path

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

/freebsd/sys/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()
/freebsd/sys/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