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

/linux-4.4.14/drivers/net/ethernet/3com/
H A D3c509.c142 RxStation = 1, RxMulticast = 2, RxBroadcast = 4, RxProm = 8 }; enumerator in enum:RxFilter
826 | (dev->flags & IFF_PROMISC ? RxProm : 0), el3_interrupt()
996 outw(SetRxFilter | RxStation | RxMulticast | RxBroadcast | RxProm, set_multicast_list()
H A D3c574_cs.c152 RxStation = 1, RxMulticast = 2, RxBroadcast = 4, RxProm = 8 enumerator in enum:RxFilter
1098 outw(SetRxFilter | RxStation | RxMulticast | RxBroadcast | RxProm, set_rx_mode()
H A D3c589_cs.c115 RxProm = 8 enumerator in enum:RxFilter
890 opts |= RxMulticast | RxProm; set_rx_mode()
H A D3c515.c200 RxStation = 1, RxMulticast = 2, RxBroadcast = 4, RxProm = 8 enumerator in enum:RxFilter
1530 new_mode = SetRxFilter | RxStation | RxMulticast | RxBroadcast | RxProm; set_rx_mode()
H A D3c59x.c461 RxStation = 1, RxMulticast = 2, RxBroadcast = 4, RxProm = 8 }; enumerator in enum:RxFilter
3084 new_mode = SetRxFilter|RxStation|RxMulticast|RxBroadcast|RxProm; set_rx_mode()

Completed in 175 milliseconds