HomeSort by: relevance | last modified time | path
    Searched defs:phy_status (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/dev/pci/igc/
igc_phy.c 612 uint16_t i, phy_status; local in function:igc_wait_autoneg
622 ret_val = hw->phy.ops.read_reg(hw, MII_BMSR, &phy_status);
625 ret_val = hw->phy.ops.read_reg(hw, MII_BMSR, &phy_status);
628 if (phy_status & MII_SR_AUTONEG_COMPLETE)
652 uint16_t i, phy_status; local in function:igc_phy_has_link_generic
665 ret_val = hw->phy.ops.read_reg(hw, MII_BMSR, &phy_status);
676 ret_val = hw->phy.ops.read_reg(hw, MII_BMSR, &phy_status);
679 if (phy_status & MII_SR_LINK_STATUS)
  /src/sys/dev/pci/ixgbe/
ixgbe_82598.c 819 s32 phy_status = IXGBE_SUCCESS; local in function:ixgbe_reset_hw_82598
871 phy_status = hw->phy.ops.init(hw);
872 if ((phy_status == IXGBE_ERR_SFP_NOT_SUPPORTED) ||
873 (phy_status == IXGBE_ERR_SFP_NOT_PRESENT))
939 if (phy_status != IXGBE_SUCCESS)
940 status = phy_status;
ixgbe_82599.c 1051 s32 phy_status = IXGBE_SUCCESS; local in function:ixgbe_reset_hw_82599
1070 phy_status = hw->phy.ops.init(hw);
1072 if (phy_status == IXGBE_ERR_SFP_NOT_SUPPORTED)
1077 phy_status = hw->mac.ops.setup_sfp(hw);
1081 if (phy_status == IXGBE_ERR_SFP_NOT_SUPPORTED)
1220 if (phy_status != IXGBE_SUCCESS)
1221 status = phy_status;
ixgbe_x550.c 2609 s32 phy_status = IXGBE_SUCCESS; local in function:ixgbe_reset_hw_X550em
2629 phy_status = hw->phy.ops.init(hw);
2631 if (phy_status)
2635 if (phy_status == IXGBE_ERR_SFP_NOT_SUPPORTED ||
2636 phy_status == IXGBE_ERR_PHY_ADDR_INVALID) {
2653 phy_status = hw->mac.ops.setup_sfp(hw);
2657 if (phy_status == IXGBE_ERR_SFP_NOT_SUPPORTED)
2732 if (phy_status != IXGBE_SUCCESS)
2733 status = phy_status;
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_display_power.c 1392 u32 phy_status = 0; local in function:assert_chv_phy_status
1416 phy_status |= PHY_POWERGOOD(DPIO_PHY0);
1429 phy_status |= PHY_STATUS_CMN_LDO(DPIO_PHY0, DPIO_CH0);
1439 phy_status |= PHY_STATUS_CMN_LDO(DPIO_PHY0, DPIO_CH1);
1443 phy_status |= PHY_STATUS_SPLINE_LDO(DPIO_PHY0, DPIO_CH0, 0);
1446 phy_status |= PHY_STATUS_SPLINE_LDO(DPIO_PHY0, DPIO_CH0, 1);
1450 phy_status |= PHY_STATUS_SPLINE_LDO(DPIO_PHY0, DPIO_CH1, 0);
1453 phy_status |= PHY_STATUS_SPLINE_LDO(DPIO_PHY0, DPIO_CH1, 1);
1457 phy_status |= PHY_POWERGOOD(DPIO_PHY1);
1465 phy_status |= PHY_STATUS_CMN_LDO(DPIO_PHY1, DPIO_CH0)
    [all...]
  /src/sys/dev/pci/
mpiireg.h 1668 u_int8_t phy_status; member in struct:mpii_evt_phy_entry

Completed in 24 milliseconds