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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A D3c509.c136 RxStation = 1, RxMulticast = 2, RxBroadcast = 4, RxProm = 8 }; enumerator in enum:RxFilter
774 outw(SetRxFilter | RxStation | RxBroadcast
941 outw(SetRxFilter | RxStation | RxMulticast | RxBroadcast | RxProm,
945 outw(SetRxFilter | RxStation | RxMulticast | RxBroadcast, ioaddr + EL3_CMD);
948 outw(SetRxFilter | RxStation | RxBroadcast, ioaddr + EL3_CMD);
1300 outw(SetRxFilter | RxStation | RxBroadcast, ioaddr + EL3_CMD);
H A D3c515.c221 RxStation = 1, RxMulticast = 2, RxBroadcast = 4, RxProm = 8 enumerator in enum:RxFilter
1601 new_mode = SetRxFilter | RxStation | RxMulticast | RxBroadcast | RxProm;
1603 new_mode = SetRxFilter | RxStation | RxMulticast | RxBroadcast;
1605 new_mode = SetRxFilter | RxStation | RxBroadcast;
H A D3c59x.c606 RxStation = 1, RxMulticast = 2, RxBroadcast = 4, RxProm = 8 }; enumerator in enum:RxFilter
2746 new_mode = SetRxFilter|RxStation|RxMulticast|RxBroadcast|RxProm;
2748 new_mode = SetRxFilter|RxStation|RxMulticast|RxBroadcast;
2750 new_mode = SetRxFilter | RxStation | RxBroadcast;
2865 outw(SetRxFilter|RxStation|RxMulticast|RxBroadcast, ioaddr + EL3_CMD);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/pcmcia/
H A D3c574_cs.c168 RxStation = 1, RxMulticast = 2, RxBroadcast = 4, RxProm = 8 enumerator in enum:RxFilter
1279 outw(SetRxFilter | RxStation | RxMulticast | RxBroadcast | RxProm,
1282 outw(SetRxFilter|RxStation|RxMulticast|RxBroadcast, ioaddr + EL3_CMD);
1284 outw(SetRxFilter | RxStation | RxBroadcast, ioaddr + EL3_CMD);
H A D3c589_cs.c89 RxStation = 1, RxMulticast = 2, RxBroadcast = 4, RxProm = 8 enumerator in enum:RxFilter
638 outw(SetRxFilter | RxStation | RxBroadcast, ioaddr + EL3_CMD);
1091 u_short opts = SetRxFilter | RxStation | RxBroadcast;

Completed in 67 milliseconds