Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/freescale/fman/
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()
Dfman_memac.c33 #define CMD_CFG_PROMIS_EN 0x00000010 /* 27 Promiscuous operation enable */ macro
362 tmp |= CMD_CFG_PROMIS_EN; in init()
560 tmp |= CMD_CFG_PROMIS_EN; in memac_set_promiscuous()
562 tmp &= ~CMD_CFG_PROMIS_EN; in memac_set_promiscuous()