Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixgbe/
H A Dixgbe_x550.c1934 if (hw->phy.nw_mng_if_sel & in ixgbe_get_link_capabilities_X550em()
2258 hw->phy.nw_mng_if_sel = IXGBE_READ_REG(hw, IXGBE_NW_MNG_IF_SEL); in ixgbe_read_mng_if_sel_x550em()
2264 hw->phy.nw_mng_if_sel & IXGBE_NW_MNG_IF_SEL_MDIO_ACT) { in ixgbe_read_mng_if_sel_x550em()
2265 hw->phy.addr = (hw->phy.nw_mng_if_sel & in ixgbe_read_mng_if_sel_x550em()
3005 !(hw->phy.nw_mng_if_sel & IXGBE_NW_MNG_IF_SEL_INT_PHY_MODE)) { in ixgbe_setup_internal_phy_t_x550em()
3652 if (hw->phy.nw_mng_if_sel & in ixgbe_get_supported_physical_layer_X550em()
4487 !(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.c338 if (hw->phy.nw_mng_if_sel) { in ixgbe_identify_phy_generic()
339 phy_addr = (hw->phy.nw_mng_if_sel & in ixgbe_identify_phy_generic()
H A Dixgbe_type.h4174 u32 nw_mng_if_sel; member