Searched refs:phy_status (Results 1 – 5 of 5) sorted by relevance
819 s32 phy_status = IXGBE_SUCCESS; in ixgbe_reset_hw_82598() local871 phy_status = hw->phy.ops.init(hw); in ixgbe_reset_hw_82598()872 if ((phy_status == IXGBE_ERR_SFP_NOT_SUPPORTED) || in ixgbe_reset_hw_82598()873 (phy_status == IXGBE_ERR_SFP_NOT_PRESENT)) in ixgbe_reset_hw_82598()939 if (phy_status != IXGBE_SUCCESS) in ixgbe_reset_hw_82598()940 status = phy_status; in ixgbe_reset_hw_82598()
1051 s32 phy_status = IXGBE_SUCCESS; in ixgbe_reset_hw_82599() local1070 phy_status = hw->phy.ops.init(hw); in ixgbe_reset_hw_82599()1072 if (phy_status == IXGBE_ERR_SFP_NOT_SUPPORTED) in ixgbe_reset_hw_82599()1077 phy_status = hw->mac.ops.setup_sfp(hw); in ixgbe_reset_hw_82599()1081 if (phy_status == IXGBE_ERR_SFP_NOT_SUPPORTED) in ixgbe_reset_hw_82599()1220 if (phy_status != IXGBE_SUCCESS) in ixgbe_reset_hw_82599()1221 status = phy_status; in ixgbe_reset_hw_82599()
2609 s32 phy_status = IXGBE_SUCCESS; in ixgbe_reset_hw_X550em() local2629 phy_status = hw->phy.ops.init(hw); in ixgbe_reset_hw_X550em()2631 if (phy_status) in ixgbe_reset_hw_X550em()2635 if (phy_status == IXGBE_ERR_SFP_NOT_SUPPORTED || in ixgbe_reset_hw_X550em()2636 phy_status == IXGBE_ERR_PHY_ADDR_INVALID) { in ixgbe_reset_hw_X550em()2653 phy_status = hw->mac.ops.setup_sfp(hw); in ixgbe_reset_hw_X550em()2657 if (phy_status == IXGBE_ERR_SFP_NOT_SUPPORTED) in ixgbe_reset_hw_X550em()2732 if (phy_status != IXGBE_SUCCESS) in ixgbe_reset_hw_X550em()2733 status = phy_status; in ixgbe_reset_hw_X550em()
1882 DEVNAME(sc), i, pe->phy_status, in mpii_event_sas()1887 switch (pe->phy_status & MPII_EVENT_SAS_TOPO_PS_RC_MASK) { in mpii_event_sas()1970 DEVNAME(sc), i, pe->phy_status, in mpii_event_sas_work()1975 switch (pe->phy_status & MPII_EVENT_SAS_TOPO_PS_RC_MASK) { in mpii_event_sas_work()
1668 u_int8_t phy_status; member