Searched refs:RxMulticast (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/3com/ |
D | 3c509.c | 142 RxStation = 1, RxMulticast = 2, RxBroadcast = 4, RxProm = 8 }; enumerator 824 | (dev->flags & IFF_ALLMULTI ? RxMulticast : 0) in el3_interrupt() 995 outw(SetRxFilter | RxStation | RxMulticast | RxBroadcast | RxProm, in set_multicast_list() 999 outw(SetRxFilter | RxStation | RxMulticast | RxBroadcast, ioaddr + EL3_CMD); in set_multicast_list()
|
D | 3c589_cs.c | 113 RxMulticast = 2, enumerator 889 opts |= RxMulticast | RxProm; in set_rx_mode() 891 opts |= RxMulticast; in set_rx_mode()
|
D | 3c574_cs.c | 152 RxStation = 1, RxMulticast = 2, RxBroadcast = 4, RxProm = 8 enumerator 1096 outw(SetRxFilter | RxStation | RxMulticast | RxBroadcast | RxProm, in set_rx_mode() 1099 outw(SetRxFilter|RxStation|RxMulticast|RxBroadcast, ioaddr + EL3_CMD); in set_rx_mode()
|
D | 3c515.c | 200 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 | 461 RxStation = 1, RxMulticast = 2, RxBroadcast = 4, RxProm = 8 }; enumerator 3063 new_mode = SetRxFilter|RxStation|RxMulticast|RxBroadcast|RxProm; in set_rx_mode() 3065 new_mode = SetRxFilter|RxStation|RxMulticast|RxBroadcast; in set_rx_mode() 3237 iowrite16(SetRxFilter|RxStation|RxMulticast|RxBroadcast, ioaddr + EL3_CMD); in acpi_set_WOL()
|
/Linux-v4.19/drivers/net/ethernet/silan/ |
D | sc92031.c | 165 RxMulticast = 0x02000000, enumerator 467 | RxMulticast | RxAllphys; in _sc92031_set_rx_config() 470 rx_config_bits |= RxMulticast; in _sc92031_set_rx_config() 476 | RxMulticast | RxAllphys); in _sc92031_set_rx_config()
|
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb/ |
D | vsc7326_reg.h | 208 RxMulticast = 0x07, // # good multicast frames enumerator
|
D | vsc7326.c | 598 HW_STAT(RxMulticast, RxMulticastFramesOK), in port_stats_update()
|
/Linux-v4.19/drivers/net/ethernet/realtek/ |
D | 8139too.c | 370 RxMulticast = 0x8000, enumerator
|