Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dif_ix.c1531 fctrl &= ~(IXGBE_FCTRL_MPE | IXGBE_FCTRL_UPE); in ixgbe_iff()
1537 fctrl |= IXGBE_FCTRL_MPE; in ixgbe_iff()
H A Dixgbe_type.h2606 #define IXGBE_FCTRL_MPE 0x00000100 /* Multicast Promiscuous Ena*/ macro