Home
last modified time | relevance | path

Searched refs:RxStation (Results 1 – 5 of 5) sorted by relevance

/openbmc/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.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()
1524 new_mode = SetRxFilter | RxStation | RxBroadcast; in set_rx_mode()
H A D3c589_cs.c111 RxStation = 1, enumerator
893 u16 opts = SetRxFilter | RxStation | 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()
3067 new_mode = SetRxFilter | RxStation | RxBroadcast; in set_rx_mode()
3237 iowrite16(SetRxFilter|RxStation|RxMulticast|RxBroadcast, ioaddr + EL3_CMD); in acpi_set_WOL()