Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_x550.c1903 if (hw->phy.nw_mng_if_sel & in ixgbe_get_link_capabilities_X550em()
2227 hw->phy.nw_mng_if_sel = IXGBE_READ_REG(hw, IXGBE_NW_MNG_IF_SEL); in ixgbe_read_mng_if_sel_x550em()
2233 hw->phy.nw_mng_if_sel & IXGBE_NW_MNG_IF_SEL_MDIO_ACT) { in ixgbe_read_mng_if_sel_x550em()
2234 hw->phy.addr = (hw->phy.nw_mng_if_sel & in ixgbe_read_mng_if_sel_x550em()
2974 !(hw->phy.nw_mng_if_sel & IXGBE_NW_MNG_IF_SEL_INT_PHY_MODE)) { in ixgbe_setup_internal_phy_t_x550em()
3621 if (hw->phy.nw_mng_if_sel & in ixgbe_get_supported_physical_layer_X550em()
4456 !(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.c308 if (hw->phy.nw_mng_if_sel) { in ixgbe_identify_phy_generic()
309 phy_addr = (hw->phy.nw_mng_if_sel & in ixgbe_identify_phy_generic()
H A Dixgbe_type.h4136 u32 nw_mng_if_sel; member
/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_phy.c64 hw->phy.nw_mng_if_sel = rd32(hw, TXGBE_ETHPHYIF); in txgbe_read_phy_if()
67 if (hw->phy.nw_mng_if_sel & TXGBE_ETHPHYIF_MDIO_ACT) in txgbe_read_phy_if()
68 hw->phy.addr = TXGBE_ETHPHYIF_MDIO_BASE(hw->phy.nw_mng_if_sel); in txgbe_read_phy_if()
H A Dtxgbe_type.h613 u32 nw_mng_if_sel; member