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

/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_82598.c744 s32 phy_status = 0; local
794 phy_status = hw->phy.ops.init(hw);
795 if (phy_status == IXGBE_ERR_SFP_NOT_SUPPORTED)
797 if (phy_status == IXGBE_ERR_SFP_NOT_PRESENT)
863 if (phy_status)
864 status = phy_status;
/drivers/scsi/mvsas/
H A Dmv_94xx.c34 u32 phy_status; local
38 phy_status = ((reg & 0x3f0000) >> 16) & 0xff;
40 switch (phy_status) {
838 mv_dprintk("get all reg link rate is 0x%x\n", phy->phy_status);
840 (phy->phy_status & PHY_NEG_SPP_PHYS_LINK_RATE_MASK) >>
H A Dmv_64xx.c597 (phy->phy_status & PHY_NEG_SPP_PHYS_LINK_RATE_MASK) >>
601 (phy->phy_status &
604 (phy->phy_status &
627 if (((phy->phy_status & PHY_NEG_SPP_PHYS_LINK_RATE_MASK) >>
H A Dmv_sas.h229 u32 phy_status; member in struct:mvs_phy
H A Dmv_sas.c1118 phy->phy_status = mvs_is_phy_ready(mvi, i);
1121 if (phy->phy_status) {
2112 phy->phy_status = mvs_is_phy_ready(mvi, phy_no);
2114 if (phy->phy_status) {
/drivers/net/ethernet/intel/e1000e/
H A Dphy.c1717 u16 i, phy_status; local
1721 ret_val = e1e_rphy(hw, PHY_STATUS, &phy_status);
1724 ret_val = e1e_rphy(hw, PHY_STATUS, &phy_status);
1727 if (phy_status & MII_SR_AUTONEG_COMPLETE)
1752 u16 i, phy_status; local
1760 ret_val = e1e_rphy(hw, PHY_STATUS, &phy_status);
1768 ret_val = e1e_rphy(hw, PHY_STATUS, &phy_status);
1771 if (phy_status & MII_SR_LINK_STATUS)
H A Dnetdev.c1035 u16 phy_status, phy_1000t_status, phy_ext_status; local
1063 e1e_rphy(hw, PHY_STATUS, &phy_status);
1094 phy_status,
/drivers/net/ethernet/intel/igb/
H A De1000_phy.c1552 u16 i, phy_status; local
1556 ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &phy_status);
1559 ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &phy_status);
1562 if (phy_status & MII_SR_AUTONEG_COMPLETE)
1587 u16 i, phy_status; local
1595 ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &phy_status);
1604 ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &phy_status);
1607 if (phy_status & MII_SR_LINK_STATUS)
/drivers/scsi/isci/
H A Dhost.c1517 enum sci_status phy_status; local
1522 phy_status = sci_phy_stop(&ihost->phys[index]);
1524 if (phy_status != SCI_SUCCESS &&
1525 phy_status != SCI_FAILURE_INVALID_STATE) {
1532 ihost->phys[index].phy_index, phy_status);
/drivers/net/ethernet/ti/
H A Dtlan.c2748 u16 phy_status; local
2753 tlan_mii_read_reg(dev, phy, MII_GEN_STS, &phy_status);
2756 if (!(phy_status & MII_GS_LINK)) {
2768 if ((phy_status & MII_GS_LINK) && !priv->link) {
/drivers/net/ethernet/intel/e1000/
H A De1000_main.c4574 u16 phy_status; local
4584 e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_status);
4585 if (!(phy_status & SR_1000T_MS_CONFIG_FAULT)) return;
4586 e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_status);
4587 if (!(phy_status & SR_1000T_MS_CONFIG_FAULT)) return;

Completed in 1033 milliseconds