Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_x550.c1470 if (phy->nw_mng_if_sel & IXGBE_NW_MNG_IF_SEL_INT_PHY_MODE) { in ixgbe_init_phy_ops_X550em()
1508 if (!(phy->nw_mng_if_sel & IXGBE_NW_MNG_IF_SEL_INT_PHY_MODE)) { in ixgbe_init_phy_ops_X550em()
1730 if (!(hw->phy.nw_mng_if_sel & IXGBE_NW_MNG_IF_SEL_INT_PHY_MODE)) { in ixgbe_setup_mac_link_sfp_x550em()
3022 if (!(hw->phy.nw_mng_if_sel & IXGBE_NW_MNG_IF_SEL_INT_PHY_MODE)) { in ixgbe_setup_mac_link_t_X550em()
H A Dixgbe_type.h4014 #define IXGBE_NW_MNG_IF_SEL_INT_PHY_MODE (1 << 24) macro