Searched refs:RxStation (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/3com/ |
| H A D | 3c509.c | 138 RxStation = 1, RxMulticast = 2, RxBroadcast = 4, RxProm = 8 }; enumerator 817 outw(SetRxFilter | RxStation | RxBroadcast in el3_interrupt() 989 outw(SetRxFilter | RxStation | RxMulticast | RxBroadcast | RxProm, in set_multicast_list() 993 outw(SetRxFilter | RxStation | RxMulticast | RxBroadcast, ioaddr + EL3_CMD); in set_multicast_list() 996 outw(SetRxFilter | RxStation | RxBroadcast, ioaddr + EL3_CMD); in set_multicast_list() 1296 outw(SetRxFilter | RxStation | RxBroadcast, ioaddr + EL3_CMD); in el3_up()
|
| H A D | 3c574_cs.c | 152 RxStation = 1, RxMulticast = 2, RxBroadcast = 4, RxProm = 8 enumerator 1096 outw(SetRxFilter | RxStation | RxMulticast | RxBroadcast | RxProm, in set_rx_mode() 1099 outw(SetRxFilter|RxStation|RxMulticast|RxBroadcast, ioaddr + EL3_CMD); in set_rx_mode() 1101 outw(SetRxFilter | RxStation | RxBroadcast, ioaddr + EL3_CMD); in set_rx_mode()
|
| H A D | 3c515.c | 194 RxStation = 1, RxMulticast = 2, RxBroadcast = 4, RxProm = 8 enumerator 1516 new_mode = SetRxFilter | RxStation | RxMulticast | RxBroadcast | RxProm; in set_rx_mode() 1518 new_mode = SetRxFilter | RxStation | RxMulticast | RxBroadcast; in set_rx_mode() 1520 new_mode = SetRxFilter | RxStation | RxBroadcast; in set_rx_mode()
|
| H A D | 3c589_cs.c | 111 RxStation = 1, enumerator 884 u16 opts = SetRxFilter | RxStation | RxBroadcast; in set_rx_mode()
|
| H A D | 3c59x.c | 461 RxStation = 1, RxMulticast = 2, RxBroadcast = 4, RxProm = 8 }; enumerator 3061 new_mode = SetRxFilter|RxStation|RxMulticast|RxBroadcast|RxProm; in set_rx_mode() 3063 new_mode = SetRxFilter|RxStation|RxMulticast|RxBroadcast; in set_rx_mode() 3065 new_mode = SetRxFilter | RxStation | RxBroadcast; in set_rx_mode() 3235 iowrite16(SetRxFilter|RxStation|RxMulticast|RxBroadcast, ioaddr + EL3_CMD); in acpi_set_WOL()
|