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

/drivers/net/ethernet/3com/
H A D3c509.c143 RxStation = 1, RxMulticast = 2, RxBroadcast = 4, RxProm = 8 }; enumerator in enum:RxFilter
951 outw(SetRxFilter | RxStation | RxBroadcast
1123 outw(SetRxFilter | RxStation | RxMulticast | RxBroadcast | RxProm,
1127 outw(SetRxFilter | RxStation | RxMulticast | RxBroadcast, ioaddr + EL3_CMD);
1130 outw(SetRxFilter | RxStation | RxBroadcast, ioaddr + EL3_CMD);
1428 outw(SetRxFilter | RxStation | RxBroadcast, ioaddr + EL3_CMD);
H A D3c574_cs.c153 RxStation = 1, RxMulticast = 2, RxBroadcast = 4, RxProm = 8 enumerator in enum:RxFilter
1099 outw(SetRxFilter | RxStation | RxMulticast | RxBroadcast | RxProm,
1102 outw(SetRxFilter|RxStation|RxMulticast|RxBroadcast, ioaddr + EL3_CMD);
1104 outw(SetRxFilter | RxStation | RxBroadcast, ioaddr + EL3_CMD);
H A D3c515.c200 RxStation = 1, RxMulticast = 2, RxBroadcast = 4, RxProm = 8 enumerator in enum:RxFilter
1533 new_mode = SetRxFilter | RxStation | RxMulticast | RxBroadcast | RxProm;
1535 new_mode = SetRxFilter | RxStation | RxMulticast | RxBroadcast;
1537 new_mode = SetRxFilter | RxStation | RxBroadcast;
H A D3c589_cs.c108 RxStation = 1, enumerator in enum:RxFilter
850 u16 opts = SetRxFilter | RxStation | RxBroadcast;
H A D3c59x.c461 RxStation = 1, RxMulticast = 2, RxBroadcast = 4, RxProm = 8 }; enumerator in enum:RxFilter
3032 new_mode = SetRxFilter|RxStation|RxMulticast|RxBroadcast|RxProm;
3034 new_mode = SetRxFilter|RxStation|RxMulticast|RxBroadcast;
3036 new_mode = SetRxFilter | RxStation | RxBroadcast;
3206 iowrite16(SetRxFilter|RxStation|RxMulticast|RxBroadcast, ioaddr + EL3_CMD);

Completed in 77 milliseconds