Searched refs:RxProm (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/net/ethernet/3com/ |
H A D | 3c509.c | 138 RxStation = 1, RxMulticast = 2, RxBroadcast = 4, RxProm = 8 }; enumerator 817 | (dev->flags & IFF_PROMISC ? RxProm : 0), in el3_interrupt() 987 outw(SetRxFilter | RxStation | RxMulticast | RxBroadcast | RxProm, in set_multicast_list()
|
H A D | 3c589_cs.c | 114 RxProm = 8 enumerator 896 opts |= RxMulticast | RxProm; in set_rx_mode()
|
H A D | 3c574_cs.c | 152 RxStation = 1, RxMulticast = 2, RxBroadcast = 4, RxProm = 8 enumerator 1095 outw(SetRxFilter | RxStation | RxMulticast | RxBroadcast | RxProm, in set_rx_mode()
|
H A D | 3c515.c | 193 RxStation = 1, RxMulticast = 2, RxBroadcast = 4, RxProm = 8 enumerator 1517 new_mode = SetRxFilter | RxStation | RxMulticast | RxBroadcast | RxProm; in set_rx_mode()
|