Searched refs:phy_status (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/sys/dev/pci/igc/
H A Digc_phy.c612 uint16_t i, phy_status; local
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
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)
/netbsd-current/sys/dev/pci/ixgbe/
H A Dixgbe_82598.c819 s32 phy_status = IXGBE_SUCCESS; local
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;
H A Dixgbe_82599.c1051 s32 phy_status = IXGBE_SUCCESS; local
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;
H A Dixgbe_x550.c2609 s32 phy_status = IXGBE_SUCCESS; local
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;
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_display_power.c1392 u32 phy_status = 0; local
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 |
[all...]
/netbsd-current/sys/dev/pci/
H A Dmpii.c1882 DEVNAME(sc), i, pe->phy_status,
1887 switch (pe->phy_status & MPII_EVENT_SAS_TOPO_PS_RC_MASK) {
1970 DEVNAME(sc), i, pe->phy_status,
1975 switch (pe->phy_status & MPII_EVENT_SAS_TOPO_PS_RC_MASK) {
H A Dmpiireg.h1668 u_int8_t phy_status; member in struct:mpii_evt_phy_entry

Completed in 145 milliseconds