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

/linux-master/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 );
1479 outw( inw( ioaddr + RCR ) & ~(RCR_PROMISC | RCR_ALMUL),
1486 outw( inw( ioaddr + RCR ) & ~(RCR_PROMISC | RCR_ALMUL),
H A Dsmc91x.c1392 DBG(2, dev, "RCR_ALMUL\n");
1393 lp->rcr_cur_mode |= RCR_ALMUL;
1429 lp->rcr_cur_mode &= ~(RCR_PRMS | RCR_ALMUL);
1434 DBG(2, dev, "~(RCR_PRMS|RCR_ALMUL)\n");
1435 lp->rcr_cur_mode &= ~(RCR_PRMS | RCR_ALMUL);
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

Completed in 112 milliseconds