Searched refs:RCR_ALMUL (Results 1 – 6 of 6) 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()
1392 lp->rcr_cur_mode |= RCR_ALMUL; in smc_set_multicast_list()1428 lp->rcr_cur_mode &= ~(RCR_PRMS | RCR_ALMUL); in smc_set_multicast_list()1434 lp->rcr_cur_mode &= ~(RCR_PRMS | RCR_ALMUL); in smc_set_multicast_list()
519 #define RCR_ALMUL 0x0004 // When set accepts all multicast frames macro
231 #define RCR_ALMUL 0x4 /* receive all multicast packets */ macro
404 #define RCR_ALMUL 0x0004 /* When set accepts all multicast frames */ macro