Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/intel/ixgb/
Dixgb_hw.h311 #define IXGB_RCTL_MPE 0x00000010 macro
Dixgb_main.c1056 rctl |= (IXGB_RCTL_UPE | IXGB_RCTL_MPE); in ixgb_set_multi()
1062 rctl |= IXGB_RCTL_MPE; in ixgb_set_multi()
1065 rctl &= ~(IXGB_RCTL_UPE | IXGB_RCTL_MPE); in ixgb_set_multi()
1073 rctl |= IXGB_RCTL_MPE; in ixgb_set_multi()