Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/intel/ixgb/
Dixgb_hw.h311 #define IXGB_RCTL_MPE 0x00000010 macro
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()