Home
last modified time | relevance | path

Searched refs:IXGB_RCTL_MPE (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgb/
H A Dixgb_main.c1063 rctl |= (IXGB_RCTL_UPE | IXGB_RCTL_MPE); in ixgb_set_multi()
1069 rctl |= IXGB_RCTL_MPE; in ixgb_set_multi()
1072 rctl &= ~(IXGB_RCTL_UPE | IXGB_RCTL_MPE); in ixgb_set_multi()
1080 rctl |= IXGB_RCTL_MPE; in ixgb_set_multi()
H A Dixgb_hw.h311 #define IXGB_RCTL_MPE 0x00000010 macro