Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/seeq/
H A Dether3.h75 #define CFG1_RECVPROMISC 0xC000 macro
H A Dether3.c285 priv(dev)->regs.config1 |= CFG1_RECVPROMISC; in ether3_init_2()
440 priv(dev)->regs.config1 &= ~CFG1_RECVPROMISC; in ether3_setmulticastlist()
444 priv(dev)->regs.config1 |= CFG1_RECVPROMISC; in ether3_setmulticastlist()