Searched refs:RxStation (Results 1 – 5 of 5) sorted by relevance
/drivers/net/ethernet/3com/ |
D | 3c509.c | 142 RxStation = 1, RxMulticast = 2, RxBroadcast = 4, RxProm = 8 }; enumerator 824 outw(SetRxFilter | RxStation | RxBroadcast in el3_interrupt() 996 outw(SetRxFilter | RxStation | RxMulticast | RxBroadcast | RxProm, in set_multicast_list() 1000 outw(SetRxFilter | RxStation | RxMulticast | RxBroadcast, ioaddr + EL3_CMD); in set_multicast_list() 1003 outw(SetRxFilter | RxStation | RxBroadcast, ioaddr + EL3_CMD); in set_multicast_list() 1301 outw(SetRxFilter | RxStation | RxBroadcast, ioaddr + EL3_CMD); in el3_up()
|
D | 3c574_cs.c | 152 RxStation = 1, RxMulticast = 2, RxBroadcast = 4, RxProm = 8 enumerator 1098 outw(SetRxFilter | RxStation | RxMulticast | RxBroadcast | RxProm, in set_rx_mode() 1101 outw(SetRxFilter|RxStation|RxMulticast|RxBroadcast, ioaddr + EL3_CMD); in set_rx_mode() 1103 outw(SetRxFilter | RxStation | RxBroadcast, ioaddr + EL3_CMD); in set_rx_mode()
|
D | 3c515.c | 200 RxStation = 1, RxMulticast = 2, RxBroadcast = 4, RxProm = 8 enumerator 1530 new_mode = SetRxFilter | RxStation | RxMulticast | RxBroadcast | RxProm; in set_rx_mode() 1532 new_mode = SetRxFilter | RxStation | RxMulticast | RxBroadcast; in set_rx_mode() 1534 new_mode = SetRxFilter | RxStation | RxBroadcast; in set_rx_mode()
|
D | 3c589_cs.c | 112 RxStation = 1, enumerator 887 u16 opts = SetRxFilter | RxStation | RxBroadcast; in set_rx_mode()
|
D | 3c59x.c | 461 RxStation = 1, RxMulticast = 2, RxBroadcast = 4, RxProm = 8 }; enumerator 3084 new_mode = SetRxFilter|RxStation|RxMulticast|RxBroadcast|RxProm; in set_rx_mode() 3086 new_mode = SetRxFilter|RxStation|RxMulticast|RxBroadcast; in set_rx_mode() 3088 new_mode = SetRxFilter | RxStation | RxBroadcast; in set_rx_mode() 3258 iowrite16(SetRxFilter|RxStation|RxMulticast|RxBroadcast, ioaddr + EL3_CMD); in acpi_set_WOL()
|