Searched refs:E1000_RCTL_MPE (Results 1 – 2 of 2) sorted by relevance
1477 reg_rctl &= ~(E1000_RCTL_MPE | E1000_RCTL_UPE); in em_iff()1483 reg_rctl |= E1000_RCTL_MPE; in em_iff()
1936 #define E1000_RCTL_MPE 0x00000010 /* multicast promiscuous enab */ macro