Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_x550.c1923 if (hw->phy.nw_mng_if_sel & in ixgbe_get_link_capabilities_X550em()
2248 hw->phy.nw_mng_if_sel = IXGBE_READ_REG(hw, IXGBE_NW_MNG_IF_SEL); in ixgbe_read_mng_if_sel_x550em()
2254 hw->phy.nw_mng_if_sel & IXGBE_NW_MNG_IF_SEL_MDIO_ACT) { in ixgbe_read_mng_if_sel_x550em()
2255 hw->phy.addr = (hw->phy.nw_mng_if_sel & in ixgbe_read_mng_if_sel_x550em()
2995 !(hw->phy.nw_mng_if_sel & IXGBE_NW_MNG_IF_SEL_INT_PHY_MODE)) { in ixgbe_setup_internal_phy_t_x550em()
3629 if (hw->phy.nw_mng_if_sel & in ixgbe_get_supported_physical_layer_X550em()
4462 !(hw->phy.nw_mng_if_sel & IXGBE_NW_MNG_IF_SEL_INT_PHY_MODE)) { in ixgbe_setup_mac_link_t_X550em()
H A Dixgbe_phy.c344 if (hw->phy.nw_mng_if_sel) { in ixgbe_identify_phy_generic()
345 phy_addr = (hw->phy.nw_mng_if_sel & in ixgbe_identify_phy_generic()
H A Dixgbe_type.h4115 u32 nw_mng_if_sel; member