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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A D3c509.c124 SetStatusEnb = 15<<11, SetRxFilter = 16<<11, SetRxThreshold = 17<<11, enumerator in enum:c509cmd
134 /* The SetRxFilter command accepts the following classes: */
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.c211 SetStatusEnb = 15 << 11, SetRxFilter = 16 << 11, SetRxThreshold = enumerator in enum:corkscrew_cmd
219 /* The SetRxFilter command accepts the following classes: */
1601 new_mode = SetRxFilter | RxStation | RxMulticast | RxBroadcast | RxProm;
1603 new_mode = SetRxFilter | RxStation | RxMulticast | RxBroadcast;
1605 new_mode = SetRxFilter | RxStation | RxBroadcast;
H A D3c59x.c599 SetStatusEnb = 15<<11, SetRxFilter = 16<<11, SetRxThreshold = 17<<11, enumerator in enum:vortex_cmd
604 /* The SetRxFilter command accepts the following classes: */
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.c156 SetStatusEnb = 15<<11, SetRxFilter = 16<<11, SetRxThreshold = 17<<11, enumerator in enum:el3_cmds
166 /* The SetRxFilter command accepts the following classes: */
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.c76 SetStatusEnb = 15<<11, SetRxFilter = 16<<11, SetRxThreshold = 17<<11, enumerator in enum:c509cmd
87 /* The SetRxFilter command accepts the following classes: */
638 outw(SetRxFilter | RxStation | RxBroadcast, ioaddr + EL3_CMD);
1091 u_short opts = SetRxFilter | RxStation | RxBroadcast;

Completed in 61 milliseconds