Searched refs:RCR_ALMUL (Results 1 – 5 of 5) sorted by relevance
84 #define RCR_ALMUL 0x4 /* receive all multicast packets */ macro
1470 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()
1393 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()
500 #define RCR_ALMUL 0x0004 // When set accepts all multicast frames macro
231 #define RCR_ALMUL 0x4 /* receive all multicast packets */ macro