Home
last modified time | relevance | path

Searched refs:RxMulticast (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/drivers/net/ethernet/3com/
H A D3c509.c138 RxStation = 1, RxMulticast = 2, RxBroadcast = 4, RxProm = 8 }; enumerator
816 | (dev->flags & IFF_ALLMULTI ? RxMulticast : 0) in el3_interrupt()
987 outw(SetRxFilter | RxStation | RxMulticast | RxBroadcast | RxProm, in set_multicast_list()
991 outw(SetRxFilter | RxStation | RxMulticast | RxBroadcast, ioaddr + EL3_CMD); in set_multicast_list()
H A D3c589_cs.c112 RxMulticast = 2, enumerator
896 opts |= RxMulticast | RxProm; in set_rx_mode()
898 opts |= RxMulticast; in set_rx_mode()
H A D3c574_cs.c152 RxStation = 1, RxMulticast = 2, RxBroadcast = 4, RxProm = 8 enumerator
1095 outw(SetRxFilter | RxStation | RxMulticast | RxBroadcast | RxProm, in set_rx_mode()
1098 outw(SetRxFilter|RxStation|RxMulticast|RxBroadcast, ioaddr + EL3_CMD); in set_rx_mode()
H A D3c515.c196 RxStation = 1, RxMulticast = 2, RxBroadcast = 4, RxProm = 8 enumerator
1520 new_mode = SetRxFilter | RxStation | RxMulticast | RxBroadcast | RxProm; in set_rx_mode()
1522 new_mode = SetRxFilter | RxStation | RxMulticast | RxBroadcast; in set_rx_mode()
H A D3c59x.c461 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()
/openbmc/linux/drivers/net/ethernet/silan/
H A Dsc92031.c166 RxMulticast = 0x02000000, enumerator
466 | RxMulticast | RxAllphys; in _sc92031_set_rx_config()
469 rx_config_bits |= RxMulticast; in _sc92031_set_rx_config()
475 | RxMulticast | RxAllphys); in _sc92031_set_rx_config()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb/
H A Dvsc7326_reg.h208 RxMulticast = 0x07, // # good multicast frames enumerator
H A Dvsc7326.c598 HW_STAT(RxMulticast, RxMulticastFramesOK), in port_stats_update()
/openbmc/u-boot/drivers/net/
H A Drtl8139.c145 RxMulticast=0x8000, RxPhysical=0x4000, RxBroadcast=0x2000, enumerator
/openbmc/qemu/hw/net/
H A Drtl8139.c192 RxMulticast = 0x8000, enumerator
898 packet_header |= RxMulticast; in rtl8139_do_receive()
1098 if (packet_header & RxMulticast) in rtl8139_do_receive()
/openbmc/linux/drivers/net/ethernet/realtek/
H A D8139too.c371 RxMulticast = 0x8000, enumerator