HomeSort by: relevance | last modified time | path
    Searched refs:nw_mng_if_sel (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixgbe_x550.c 2104 if (hw->phy.nw_mng_if_sel &
2417 * ixgbe_read_mng_if_sel_x550em - Read NW_MNG_IF_SEL register
2420 * Read NW_MNG_IF_SEL register and save field values, and check for valid field
2428 hw->phy.nw_mng_if_sel = IXGBE_READ_REG(hw, IXGBE_NW_MNG_IF_SEL);
2434 hw->phy.nw_mng_if_sel & IXGBE_NW_MNG_IF_SEL_MDIO_ACT) {
2435 hw->phy.addr = (hw->phy.nw_mng_if_sel &
2953 DEBUGOUT("Invalid NW_MNG_IF_SEL.MDIO_PHY_ADD value\n");
3183 !(hw->phy.nw_mng_if_sel & IXGBE_NW_MNG_IF_SEL_INT_PHY_MODE)) {
3829 if (hw->phy.nw_mng_if_sel &
4662 !(hw->phy.nw_mng_if_sel & IXGBE_NW_MNG_IF_SEL_INT_PHY_MODE))
    [all...]
ixgbe_phy.c 346 if (hw->phy.nw_mng_if_sel) {
347 phy_addr = (hw->phy.nw_mng_if_sel &
ixgbe_type.h 4242 u32 nw_mng_if_sel; member in struct:ixgbe_phy_info

Completed in 24 milliseconds