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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A D3c509.c79 SetStatusEnb = 15<<11, SetRxFilter = 16<<11, SetRxThreshold = 17<<11, enumerator in enum:c509cmd
89 /* The SetRxFilter command accepts the following classes: */
889 outw(SetRxFilter | RxStation | RxBroadcast
1063 outw(SetRxFilter | RxStation | RxMulticast | RxBroadcast | RxProm,
1067 outw(SetRxFilter | RxStation | RxMulticast | RxBroadcast, ioaddr + EL3_CMD);
1070 outw(SetRxFilter | RxStation | RxBroadcast, ioaddr + EL3_CMD);
1368 outw(SetRxFilter | RxStation | RxBroadcast, ioaddr + EL3_CMD);
H A D3c515.c193 SetRxFilter = 16 << 11, SetRxThreshold = 17 << 11, enumerator in enum:corkscrew_cmd
199 /* The SetRxFilter command accepts the following classes: */
1533 new_mode = SetRxFilter | RxStation | RxMulticast | RxBroadcast | RxProm;
1535 new_mode = SetRxFilter | RxStation | RxMulticast | RxBroadcast;
1537 new_mode = SetRxFilter | RxStation | RxBroadcast;
H A D3c59x.c443 SetStatusEnb = 15<<11, SetRxFilter = 16<<11, SetRxThreshold = 17<<11, enumerator in enum:vortex_cmd
448 /* The SetRxFilter command accepts the following classes: */
2914 new_mode = SetRxFilter|RxStation|RxMulticast|RxBroadcast|RxProm;
2916 new_mode = SetRxFilter|RxStation|RxMulticast|RxBroadcast;
2918 new_mode = SetRxFilter | RxStation | RxBroadcast;
3082 iowrite16(SetRxFilter|RxStation|RxMulticast|RxBroadcast, ioaddr + EL3_CMD);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/pcmcia/
H A D3c574_cs.c151 SetStatusEnb = 15<<11, SetRxFilter = 16<<11, SetRxThreshold = 17<<11, enumerator in enum:el3_cmds
161 /* The SetRxFilter command accepts the following classes: */
1150 outw(SetRxFilter | RxStation | RxMulticast | RxBroadcast | RxProm,
1153 outw(SetRxFilter|RxStation|RxMulticast|RxBroadcast, ioaddr + EL3_CMD);
1155 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: */
488 outw(SetRxFilter | RxStation | RxBroadcast, ioaddr + EL3_CMD);
913 u16 opts = SetRxFilter | RxStation | RxBroadcast;

Completed in 105 milliseconds