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

/linux-master/drivers/net/ethernet/3com/
H A D3c509.c138 RxStation = 1, RxMulticast = 2, RxBroadcast = 4, RxProm = 8 }; enumerator in enum:RxFilter
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.c152 RxStation = 1, RxMulticast = 2, RxBroadcast = 4, RxProm = 8 enumerator in enum:RxFilter
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.c196 RxStation = 1, RxMulticast = 2, RxBroadcast = 4, RxProm = 8 enumerator in enum:RxFilter
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.c111 RxStation = 1, enumerator in enum:RxFilter
893 u16 opts = SetRxFilter | RxStation | RxBroadcast;
H A D3c59x.c461 RxStation = 1, RxMulticast = 2, RxBroadcast = 4, RxProm = 8 }; enumerator in enum:RxFilter
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