Home
last modified time | relevance | path

Searched refs:RCR_ALMUL (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/smsc/
H A Dsmc9194.h84 #define RCR_ALMUL 0x4 /* receive all multicast packets */ macro
H A Dsmc9194.c1470 outw( inw(ioaddr + RCR ) | RCR_ALMUL, ioaddr + RCR ); in smc_set_multicast_list()
1479 outw( inw( ioaddr + RCR ) & ~(RCR_PROMISC | RCR_ALMUL), in smc_set_multicast_list()
1486 outw( inw( ioaddr + RCR ) & ~(RCR_PROMISC | RCR_ALMUL), in smc_set_multicast_list()
H A Dsmc91x.c1393 lp->rcr_cur_mode |= RCR_ALMUL; in smc_set_multicast_list()
1429 lp->rcr_cur_mode &= ~(RCR_PRMS | RCR_ALMUL); in smc_set_multicast_list()
1435 lp->rcr_cur_mode &= ~(RCR_PRMS | RCR_ALMUL); in smc_set_multicast_list()
H A Dsmc91x.h500 #define RCR_ALMUL 0x0004 // When set accepts all multicast frames macro
H A Dsmc91c92_cs.c231 #define RCR_ALMUL 0x4 /* receive all multicast packets */ macro