Searched refs:RxStation (Results 1 – 5 of 5) sorted by relevance
/drivers/net/ethernet/3com/ |
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()
|
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()
|
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()
|
D | 3c589_cs.c | 111 RxStation = 1, enumerator 893 u16 opts = SetRxFilter | RxStation | RxBroadcast; in set_rx_mode()
|
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()
|