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

/linux-master/drivers/net/ethernet/3com/
H A D3c509.c126 SetStatusEnb = 15<<11, SetRxFilter = 16<<11, SetRxThreshold = 17<<11, enumerator in enum:c509cmd
136 /* The SetRxFilter command accepts the following classes: */
815 outw(SetRxFilter | RxStation | RxBroadcast
987 outw(SetRxFilter | RxStation | RxMulticast | RxBroadcast | RxProm,
991 outw(SetRxFilter | RxStation | RxMulticast | RxBroadcast, ioaddr + EL3_CMD);
994 outw(SetRxFilter | RxStation | RxBroadcast, ioaddr + EL3_CMD);
1295 outw(SetRxFilter | RxStation | RxBroadcast, ioaddr + EL3_CMD);
H A D3c574_cs.c140 SetStatusEnb = 15<<11, SetRxFilter = 16<<11, SetRxThreshold = 17<<11, enumerator in enum:el3_cmds
150 /* The SetRxFilter command accepts the following classes: */
1095 outw(SetRxFilter | RxStation | RxMulticast | RxBroadcast | RxProm,
1098 outw(SetRxFilter|RxStation|RxMulticast|RxBroadcast, ioaddr + EL3_CMD);
1100 outw(SetRxFilter | RxStation | RxBroadcast, ioaddr + EL3_CMD);
H A D3c515.c188 SetRxFilter = 16 << 11, SetRxThreshold = 17 << 11, enumerator in enum:corkscrew_cmd
194 /* The SetRxFilter command accepts the following classes: */
1520 new_mode = SetRxFilter | RxStation | RxMulticast | RxBroadcast | RxProm;
1522 new_mode = SetRxFilter | RxStation | RxMulticast | RxBroadcast;
1524 new_mode = SetRxFilter | RxStation | RxBroadcast;
H A D3c589_cs.c88 SetRxFilter = 16<<11, enumerator in enum:c509cmd
109 /* The SetRxFilter command accepts the following classes: */
893 u16 opts = SetRxFilter | RxStation | RxBroadcast;
H A D3c59x.c454 SetStatusEnb = 15<<11, SetRxFilter = 16<<11, SetRxThreshold = 17<<11, enumerator in enum:vortex_cmd
459 /* The SetRxFilter command accepts the following classes: */
3063 new_mode = SetRxFilter|RxStation|RxMulticast|RxBroadcast|RxProm;
3065 new_mode = SetRxFilter|RxStation|RxMulticast|RxBroadcast;
3067 new_mode = SetRxFilter | RxStation | RxBroadcast;
3237 iowrite16(SetRxFilter|RxStation|RxMulticast|RxBroadcast, ioaddr + EL3_CMD);

Completed in 143 milliseconds