Home
last modified time | relevance | path

Searched refs:RxBroadcast (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/net/ethernet/3com/
H A D3c509.c138 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 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()
1100 outw(SetRxFilter | RxStation | RxBroadcast, ioaddr + EL3_CMD); in set_rx_mode()
H A D3c515.c193 RxStation = 1, RxMulticast = 2, RxBroadcast = 4, RxProm = 8 enumerator
1517 new_mode = SetRxFilter | RxStation | RxMulticast | RxBroadcast | RxProm; in set_rx_mode()
1519 new_mode = SetRxFilter | RxStation | RxMulticast | RxBroadcast; in set_rx_mode()
1521 new_mode = SetRxFilter | RxStation | RxBroadcast; in set_rx_mode()
H A D3c589_cs.c113 RxBroadcast = 4, enumerator
893 u16 opts = SetRxFilter | RxStation | RxBroadcast; in set_rx_mode()
/linux/drivers/net/ethernet/silan/
H A Dsc92031.c167 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()
/linux/drivers/net/ethernet/chelsio/cxgb/
H A Dvsc7326_reg.h209 RxBroadcast = 0x08, // # good broadcast frames enumerator
H A Dvsc7326.c599 HW_STAT(RxBroadcast, RxBroadcastFramesOK), in port_stats_update()
/linux/drivers/net/ethernet/realtek/
H A D8139too.c373 RxBroadcast = 0x2000, enumerator