Home
last modified time | relevance | path

Searched refs:SetRxFilter (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/3com/
H A D3c509.c126 SetStatusEnb = 15<<11, SetRxFilter = 16<<11, SetRxThreshold = 17<<11, enumerator
136 /* The SetRxFilter command accepts the following classes: */
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.c140 SetStatusEnb = 15<<11, SetRxFilter = 16<<11, SetRxThreshold = 17<<11, enumerator
150 /* The SetRxFilter command accepts the following classes: */
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 D3c59x.c454 SetStatusEnb = 15<<11, SetRxFilter = 16<<11, SetRxThreshold = 17<<11, enumerator
459 /* The SetRxFilter command accepts the following classes: */
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()