Searched refs:RxMulticast (Results 1 – 10 of 10) sorted by relevance
/drivers/net/ |
D | 3c509.c | 144 RxStation = 1, RxMulticast = 2, RxBroadcast = 4, RxProm = 8 }; enumerator 945 | (dev->flags & IFF_ALLMULTI ? RxMulticast : 0) in el3_interrupt() 1115 outw(SetRxFilter | RxStation | RxMulticast | RxBroadcast | RxProm, in set_multicast_list() 1119 outw(SetRxFilter | RxStation | RxMulticast | RxBroadcast, ioaddr + EL3_CMD); in set_multicast_list()
|
D | sc92031.c | 175 RxMulticast = 0x02000000, enumerator 477 | RxMulticast | RxAllphys; in _sc92031_set_rx_config() 480 rx_config_bits |= RxMulticast; in _sc92031_set_rx_config() 486 | RxMulticast | RxAllphys); in _sc92031_set_rx_config()
|
D | 3c515.c | 201 RxStation = 1, RxMulticast = 2, RxBroadcast = 4, RxProm = 8 enumerator 1530 new_mode = SetRxFilter | RxStation | RxMulticast | RxBroadcast | RxProm; in set_rx_mode() 1532 new_mode = SetRxFilter | RxStation | RxMulticast | RxBroadcast; in set_rx_mode()
|
D | 3c59x.c | 458 RxStation = 1, RxMulticast = 2, RxBroadcast = 4, RxProm = 8 }; enumerator 2949 new_mode = SetRxFilter|RxStation|RxMulticast|RxBroadcast|RxProm; in set_rx_mode() 2951 new_mode = SetRxFilter|RxStation|RxMulticast|RxBroadcast; in set_rx_mode() 3119 iowrite16(SetRxFilter|RxStation|RxMulticast|RxBroadcast, ioaddr + EL3_CMD); in acpi_set_WOL()
|
D | pci-skeleton.c | 304 RxMulticast = 0x8000, enumerator
|
D | 8139too.c | 370 RxMulticast = 0x8000, enumerator
|
/drivers/net/pcmcia/ |
D | 3c589_cs.c | 89 RxStation = 1, RxMulticast = 2, RxBroadcast = 4, RxProm = 8 enumerator 912 opts |= RxMulticast | RxProm; in set_multicast_list() 914 opts |= RxMulticast; in set_multicast_list()
|
D | 3c574_cs.c | 163 RxStation = 1, RxMulticast = 2, RxBroadcast = 4, RxProm = 8 enumerator 1150 outw(SetRxFilter | RxStation | RxMulticast | RxBroadcast | RxProm, in set_rx_mode() 1153 outw(SetRxFilter|RxStation|RxMulticast|RxBroadcast, ioaddr + EL3_CMD); in set_rx_mode()
|
/drivers/net/chelsio/ |
D | vsc7326_reg.h | 207 RxMulticast = 0x07, // # good multicast frames enumerator
|
D | vsc7326.c | 602 HW_STAT(RxMulticast, RxMulticastFramesOK), in port_stats_update()
|