Searched refs:IGC_RCTL_MPE (Results 1 – 2 of 2) sorted by relevance
1398 rctl |= (IGC_RCTL_UPE | IGC_RCTL_MPE); in eth_igc_promiscuous_enable()1412 rctl |= IGC_RCTL_MPE; in eth_igc_promiscuous_disable()1414 rctl &= (~IGC_RCTL_MPE); in eth_igc_promiscuous_disable()1426 rctl |= IGC_RCTL_MPE; in eth_igc_allmulticast_enable()1441 rctl &= (~IGC_RCTL_MPE); in eth_igc_allmulticast_disable()
162 #define IGC_RCTL_MPE 0x00000010 /* multicast promisc enable */ macro