Searched refs:RCR_ALMUL (Results 1 – 5 of 5) sorted by relevance
84 #define RCR_ALMUL 0x4 /* receive all multicast packets */ macro
1468 outw( inw(ioaddr + RCR ) | RCR_ALMUL, ioaddr + RCR ); in smc_set_multicast_list()1477 outw( inw( ioaddr + RCR ) & ~(RCR_PROMISC | RCR_ALMUL), in smc_set_multicast_list()1484 outw( inw( ioaddr + RCR ) & ~(RCR_PROMISC | RCR_ALMUL), in smc_set_multicast_list()
1391 lp->rcr_cur_mode |= RCR_ALMUL; in smc_set_multicast_list()1427 lp->rcr_cur_mode &= ~(RCR_PRMS | RCR_ALMUL); in smc_set_multicast_list()1433 lp->rcr_cur_mode &= ~(RCR_PRMS | RCR_ALMUL); in smc_set_multicast_list()
530 #define RCR_ALMUL 0x0004 // When set accepts all multicast frames macro
231 #define RCR_ALMUL 0x4 /* receive all multicast packets */ macro