Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/pci/ixgbe/
Dixgbe_82598.c819 s32 phy_status = IXGBE_SUCCESS; in ixgbe_reset_hw_82598() local
871 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()
Dixgbe_82599.c1051 s32 phy_status = IXGBE_SUCCESS; in ixgbe_reset_hw_82599() local
1070 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()
Dixgbe_x550.c2609 s32 phy_status = IXGBE_SUCCESS; in ixgbe_reset_hw_X550em() local
2629 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()
/netbsd/src/sys/dev/pci/
Dmpii.c1882 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()
Dmpiireg.h1668 u_int8_t phy_status; member