Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/smsc/
H A Dsmc9194.h84 #define RCR_ALMUL 0x4 /* receive all multicast packets */ macro
H A Dsmc9194.c1468 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()
H A Dsmc91x.c1390 DBG(2, dev, "RCR_ALMUL\n"); 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()
1432 DBG(2, dev, "~(RCR_PRMS|RCR_ALMUL)\n"); in smc_set_multicast_list()
1433 lp->rcr_cur_mode &= ~(RCR_PRMS | RCR_ALMUL); in smc_set_multicast_list()
H A Dsmc91x.h530 #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
/kernel/linux/linux-6.6/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.c1391 DBG(2, dev, "RCR_ALMUL\n"); 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()
1433 DBG(2, dev, "~(RCR_PRMS|RCR_ALMUL)\n"); in smc_set_multicast_list()
1434 lp->rcr_cur_mode &= ~(RCR_PRMS | RCR_ALMUL); in smc_set_multicast_list()
H A Dsmc91x.h519 #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 21 milliseconds