Home
last modified time | relevance | path

Searched refs:IXGBE_FCTRL_UPE (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/io/ixgbe/
H A Dixgbe_gld.c115 reg_val |= (IXGBE_FCTRL_UPE | IXGBE_FCTRL_MPE); in ixgbe_m_promisc()
117 reg_val &= (~(IXGBE_FCTRL_UPE | IXGBE_FCTRL_MPE)); in ixgbe_m_promisc()
/titanic_44/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_common.c2524 fctrl |= IXGBE_FCTRL_UPE; in ixgbe_update_uc_addr_list_generic()
2532 fctrl &= ~IXGBE_FCTRL_UPE; in ixgbe_update_uc_addr_list_generic()
H A Dixgbe_type.h2468 #define IXGBE_FCTRL_UPE 0x00000200 /* Unicast Promiscuous Ena */ macro