Searched refs:RxBroadcast (Results 1 – 4 of 4) sorted by relevance
167 RxBroadcast = 0x01000000, enumerator465 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()
209 RxBroadcast = 0x08, // # good broadcast frames enumerator
599 HW_STAT(RxBroadcast, RxBroadcastFramesOK), in port_stats_update()
461 RxStation = 1, RxMulticast = 2, RxBroadcast = 4, RxProm = 8 }; enumerator3063 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()