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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A D3c509.c72 SetStatusEnb = 15<<11, SetRxFilter = 16<<11, SetRxThreshold = 17<<11, enumerator in enum:c509cmd
82 /* The SetRxFilter command accepts the following classes: */
873 outw(SetRxFilter | RxStation | RxBroadcast
1045 outw(SetRxFilter | RxStation | RxMulticast | RxBroadcast | RxProm,
1049 outw(SetRxFilter | RxStation | RxMulticast | RxBroadcast, ioaddr + EL3_CMD);
1052 outw(SetRxFilter | RxStation | RxBroadcast, ioaddr + EL3_CMD);
1350 outw(SetRxFilter | RxStation | RxBroadcast, ioaddr + EL3_CMD);
H A D3c515.c192 SetRxFilter = 16 << 11, SetRxThreshold = 17 << 11, enumerator in enum:corkscrew_cmd
198 /* 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.c446 SetStatusEnb = 15<<11, SetRxFilter = 16<<11, SetRxThreshold = 17<<11, enumerator in enum:vortex_cmd
451 /* The SetRxFilter command accepts the following classes: */
3006 new_mode = SetRxFilter|RxStation|RxMulticast|RxBroadcast|RxProm;
3008 new_mode = SetRxFilter|RxStation|RxMulticast|RxBroadcast;
3010 new_mode = SetRxFilter | RxStation | RxBroadcast;
3180 iowrite16(SetRxFilter|RxStation|RxMulticast|RxBroadcast, ioaddr + EL3_CMD);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/pcmcia/
H A D3c574_cs.c142 SetStatusEnb = 15<<11, SetRxFilter = 16<<11, SetRxThreshold = 17<<11, enumerator in enum:el3_cmds
152 /* The SetRxFilter command accepts the following classes: */
1139 outw(SetRxFilter | RxStation | RxMulticast | RxBroadcast | RxProm,
1142 outw(SetRxFilter|RxStation|RxMulticast|RxBroadcast, ioaddr + EL3_CMD);
1144 outw(SetRxFilter | RxStation | RxBroadcast, ioaddr + EL3_CMD);
H A D3c589_cs.c85 SetRxFilter = 16<<11, enumerator in enum:c509cmd
106 /* The SetRxFilter command accepts the following classes: */
884 u16 opts = SetRxFilter | RxStation | RxBroadcast;

Completed in 80 milliseconds