Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/freescale/fman/
H A Dfman_tgec.c26 #define CMD_CFG_PROMIS_EN 0x00000010 macro
226 tmp |= CMD_CFG_PROMIS_EN; in init()
400 tmp |= CMD_CFG_PROMIS_EN; in tgec_set_promiscuous()
402 tmp &= ~CMD_CFG_PROMIS_EN; in tgec_set_promiscuous()
H A Dfman_memac.c33 #define CMD_CFG_PROMIS_EN 0x00000010 /* 27 Promiscuous operation enable */ macro
363 tmp |= CMD_CFG_PROMIS_EN; in init()
561 tmp |= CMD_CFG_PROMIS_EN; in memac_set_promiscuous()
563 tmp &= ~CMD_CFG_PROMIS_EN; in memac_set_promiscuous()