Searched refs:IGC_RCTL_MPE (Results 1 – 2 of 2) sorted by relevance
148 #define IGC_RCTL_MPE 0x00000010 /* multicast promisc enable */ macro
1597 reg_rctl &= ~(IGC_RCTL_UPE | IGC_RCTL_MPE); in igc_iff()1603 reg_rctl |= IGC_RCTL_MPE; in igc_iff()