Searched refs:IGC_RCTL_MPE (Results 1 – 2 of 2) sorted by relevance
1392 rctl |= (IGC_RCTL_UPE | IGC_RCTL_MPE); in eth_igc_promiscuous_enable()1406 rctl |= IGC_RCTL_MPE; in eth_igc_promiscuous_disable()1408 rctl &= (~IGC_RCTL_MPE); in eth_igc_promiscuous_disable()1420 rctl |= IGC_RCTL_MPE; in eth_igc_allmulticast_enable()1435 rctl &= (~IGC_RCTL_MPE); in eth_igc_allmulticast_disable()
162 #define IGC_RCTL_MPE 0x00000010 /* multicast promisc enable */ macro