Searched refs:RCR_ALMUL (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/smsc/ |
H A D | smc9194.h | 84 #define RCR_ALMUL 0x4 /* receive all multicast packets */ macro
|
H A D | smc9194.c | 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()
|
H A D | smc91x.c | 1390 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 D | smc91x.h | 530 #define RCR_ALMUL 0x0004 // When set accepts all multicast frames macro
|
H A D | smc91c92_cs.c | 231 #define RCR_ALMUL 0x4 /* receive all multicast packets */ macro
|
/kernel/linux/linux-6.6/drivers/net/ethernet/smsc/ |
H A D | smc9194.h | 84 #define RCR_ALMUL 0x4 /* receive all multicast packets */ macro
|
H A D | smc9194.c | 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()
|
H A D | smc91x.c | 1391 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 D | smc91x.h | 519 #define RCR_ALMUL 0x0004 // When set accepts all multicast frames macro
|
H A D | smc91c92_cs.c | 231 #define RCR_ALMUL 0x4 /* receive all multicast packets */ macro
|
Completed in 21 milliseconds