Searched refs:RxBroadcast (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/drivers/net/ethernet/3com/ |
H A D | 3c509.c | 138 RxStation = 1, RxMulticast = 2, RxBroadcast = 4, RxProm = 8 }; enumerator 815 outw(SetRxFilter | RxStation | RxBroadcast 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() 994 outw(SetRxFilter | RxStation | RxBroadcast, ioaddr + EL3_CMD); in set_multicast_list() 1295 outw(SetRxFilter | RxStation | RxBroadcast, ioaddr + EL3_CMD); in el3_up()
|
H A D | 3c574_cs.c | 152 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() 1100 outw(SetRxFilter | RxStation | RxBroadcast, ioaddr + EL3_CMD); in set_rx_mode()
|
H A D | 3c515.c | 196 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() 1524 new_mode = SetRxFilter | RxStation | RxBroadcast; in set_rx_mode()
|
H A D | 3c589_cs.c | 113 RxBroadcast = 4, enumerator 893 u16 opts = SetRxFilter | RxStation | RxBroadcast; in set_rx_mode()
|
H A 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() 3067 new_mode = SetRxFilter | RxStation | 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 D | sc92031.c | 167 RxBroadcast = 0x01000000, enumerator 465 rx_config_bits |= RxSmall | RxHuge | RxErr | RxBroadcast in _sc92031_set_rx_config() 472 rx_config_bits |= RxBroadcast; in _sc92031_set_rx_config() 474 priv->rx_config &= ~(RxSmall | RxHuge | RxErr | RxBroadcast in _sc92031_set_rx_config()
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb/ |
H A D | vsc7326_reg.h | 209 RxBroadcast = 0x08, // # good broadcast frames enumerator
|
H A D | vsc7326.c | 599 HW_STAT(RxBroadcast, RxBroadcastFramesOK), in port_stats_update()
|
/openbmc/u-boot/drivers/net/ |
H A D | rtl8139.c | 145 RxMulticast=0x8000, RxPhysical=0x4000, RxBroadcast=0x2000, enumerator
|
/openbmc/qemu/hw/net/ |
H A D | rtl8139.c | 194 RxBroadcast = 0x2000, enumerator 867 packet_header |= RxBroadcast; in rtl8139_do_receive() 1096 if (packet_header & RxBroadcast) in rtl8139_do_receive()
|
/openbmc/linux/drivers/net/ethernet/realtek/ |
H A D | 8139too.c | 373 RxBroadcast = 0x2000, enumerator
|