Searched refs:IGC_RCTL_MPE (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/ether/intel22x/dev/igc/
H A Dif_igc.c1095 reg_rctl &= (~IGC_RCTL_MPE);
1099 reg_rctl |= (IGC_RCTL_UPE | IGC_RCTL_MPE);
1105 reg_rctl |= IGC_RCTL_MPE;
1151 reg_rctl |= (IGC_RCTL_UPE | IGC_RCTL_MPE);
1157 reg_rctl |= IGC_RCTL_MPE;
1160 reg_rctl &= ~(IGC_RCTL_UPE | IGC_RCTL_MPE);
2276 rctl |= IGC_RCTL_MPE;
H A Digc_defines.h150 #define IGC_RCTL_MPE 0x00000010 /* multicast promisc enable */ macro

Completed in 48 milliseconds