/Linux-v4.19/drivers/staging/rtlwifi/phydm/ |
D | phydm_hwconfig.c | 575 u8 *phy_status, struct dm_per_pkt_info *pktinfo) in odm_rx_phy_status92c_series_parsing() argument 588 (struct phy_status_rpt_8192cd *)phy_status; in odm_rx_phy_status92c_series_parsing() 799 u8 *phy_status, struct dm_per_pkt_info *pktinfo) in odm_rx_phy_status_jaguar_series_parsing() argument 810 (struct phy_status_rpt_8812 *)phy_status; in odm_rx_phy_status_jaguar_series_parsing() 1188 u8 *phy_status, in odm_phy_status_query_92c_series() argument 1191 odm_rx_phy_status92c_series_parsing(dm, phy_info, phy_status, pktinfo); in odm_phy_status_query_92c_series() 1201 u8 *phy_status, struct dm_per_pkt_info *pktinfo) in odm_phy_status_query_jaguar_series() argument 1203 odm_rx_phy_status_jaguar_series_parsing(dm, phy_info, phy_status, in odm_phy_status_query_jaguar_series() 1209 struct dm_phy_status_info *phy_info, u8 *phy_status, in odm_phy_status_query() argument 1213 phydm_rx_phy_status_new_type(dm, phy_status, pktinfo, phy_info); in odm_phy_status_query() [all …]
|
D | phydm_hwconfig.h | 191 struct dm_phy_status_info *phy_info, u8 *phy_status, 223 void phydm_rx_phy_status_new_type(struct phy_dm_struct *phydm, u8 *phy_status,
|
/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_82598.c | 653 s32 phy_status = 0; in ixgbe_reset_hw_82598() local 703 phy_status = hw->phy.ops.init(hw); in ixgbe_reset_hw_82598() 704 if (phy_status == IXGBE_ERR_SFP_NOT_SUPPORTED) in ixgbe_reset_hw_82598() 705 return phy_status; in ixgbe_reset_hw_82598() 706 if (phy_status == IXGBE_ERR_SFP_NOT_PRESENT) in ixgbe_reset_hw_82598() 772 if (phy_status) in ixgbe_reset_hw_82598() 773 status = phy_status; in ixgbe_reset_hw_82598()
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | intel_runtime_pm.c | 1134 u32 phy_status = 0; in assert_chv_phy_status() local 1158 phy_status |= PHY_POWERGOOD(DPIO_PHY0); in assert_chv_phy_status() 1171 phy_status |= PHY_STATUS_CMN_LDO(DPIO_PHY0, DPIO_CH0); in assert_chv_phy_status() 1181 phy_status |= PHY_STATUS_CMN_LDO(DPIO_PHY0, DPIO_CH1); in assert_chv_phy_status() 1185 phy_status |= PHY_STATUS_SPLINE_LDO(DPIO_PHY0, DPIO_CH0, 0); in assert_chv_phy_status() 1188 phy_status |= PHY_STATUS_SPLINE_LDO(DPIO_PHY0, DPIO_CH0, 1); in assert_chv_phy_status() 1192 phy_status |= PHY_STATUS_SPLINE_LDO(DPIO_PHY0, DPIO_CH1, 0); in assert_chv_phy_status() 1195 phy_status |= PHY_STATUS_SPLINE_LDO(DPIO_PHY0, DPIO_CH1, 1); in assert_chv_phy_status() 1199 phy_status |= PHY_POWERGOOD(DPIO_PHY1); in assert_chv_phy_status() 1207 phy_status |= PHY_STATUS_CMN_LDO(DPIO_PHY1, DPIO_CH0); in assert_chv_phy_status() [all …]
|
/Linux-v4.19/drivers/scsi/mvsas/ |
D | mv_64xx.c | 598 (phy->phy_status & PHY_NEG_SPP_PHYS_LINK_RATE_MASK) >> in mvs_64xx_fix_phy_info() 602 (phy->phy_status & in mvs_64xx_fix_phy_info() 605 (phy->phy_status & in mvs_64xx_fix_phy_info() 628 if (((phy->phy_status & PHY_NEG_SPP_PHYS_LINK_RATE_MASK) >> in mvs_64xx_phy_work_around()
|
D | mv_94xx.c | 34 u32 phy_status; in mvs_94xx_detect_porttype() local 38 phy_status = ((reg & 0x3f0000) >> 16) & 0xff; in mvs_94xx_detect_porttype() 40 switch (phy_status) { in mvs_94xx_detect_porttype() 885 mv_dprintk("get all reg link rate is 0x%x\n", phy->phy_status); in mvs_94xx_fix_phy_info() 887 (phy->phy_status & PHY_NEG_SPP_PHYS_LINK_RATE_MASK) >> in mvs_94xx_fix_phy_info()
|
D | mv_sas.h | 233 u32 phy_status; member
|
D | mv_sas.c | 1027 phy->phy_status = mvs_is_phy_ready(mvi, i); in mvs_update_phyinfo() 1030 if (phy->phy_status) { in mvs_update_phyinfo() 2029 phy->phy_status = mvs_is_phy_ready(mvi, phy_no); in mvs_int_port() 2031 if (phy->phy_status) { in mvs_int_port()
|
/Linux-v4.19/drivers/net/ethernet/intel/igb/ |
D | e1000_phy.c | 1591 u16 i, phy_status; in igb_wait_autoneg() local 1595 ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &phy_status); in igb_wait_autoneg() 1598 ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &phy_status); in igb_wait_autoneg() 1601 if (phy_status & MII_SR_AUTONEG_COMPLETE) in igb_wait_autoneg() 1625 u16 i, phy_status; in igb_phy_has_link() local 1632 ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &phy_status); in igb_phy_has_link() 1643 ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &phy_status); in igb_phy_has_link() 1646 if (phy_status & MII_SR_LINK_STATUS) in igb_phy_has_link()
|
/Linux-v4.19/drivers/net/ethernet/intel/e1000e/ |
D | phy.c | 1693 u16 i, phy_status; in e1000_wait_autoneg() local 1697 ret_val = e1e_rphy(hw, MII_BMSR, &phy_status); in e1000_wait_autoneg() 1700 ret_val = e1e_rphy(hw, MII_BMSR, &phy_status); in e1000_wait_autoneg() 1703 if (phy_status & BMSR_ANEGCOMPLETE) in e1000_wait_autoneg() 1727 u16 i, phy_status; in e1000e_phy_has_link_generic() local 1735 ret_val = e1e_rphy(hw, MII_BMSR, &phy_status); in e1000e_phy_has_link_generic() 1746 ret_val = e1e_rphy(hw, MII_BMSR, &phy_status); in e1000e_phy_has_link_generic() 1749 if (phy_status & BMSR_LSTATUS) { in e1000e_phy_has_link_generic()
|
D | netdev.c | 1091 u16 phy_status, phy_1000t_status, phy_ext_status; in e1000_print_hw_hang() local 1123 e1e_rphy(hw, MII_BMSR, &phy_status); in e1000_print_hw_hang() 1148 phy_status, phy_1000t_status, phy_ext_status, pci_status); in e1000_print_hw_hang()
|
/Linux-v4.19/drivers/pci/controller/dwc/ |
D | pcie-spear13xx.c | 44 u32 phy_status; /* cr11 */ member
|
/Linux-v4.19/drivers/scsi/isci/ |
D | host.c | 1207 enum sci_status phy_status; in sci_controller_stop_phys() local 1212 phy_status = sci_phy_stop(&ihost->phys[index]); in sci_controller_stop_phys() 1214 if (phy_status != SCI_SUCCESS && in sci_controller_stop_phys() 1215 phy_status != SCI_FAILURE_INVALID_STATE) { in sci_controller_stop_phys() 1222 ihost->phys[index].phy_index, phy_status); in sci_controller_stop_phys()
|
/Linux-v4.19/drivers/net/ethernet/ti/ |
D | tlan.c | 2766 u16 phy_status; in tlan_phy_monitor() local 2771 tlan_mii_read_reg(dev, phy, MII_GEN_STS, &phy_status); in tlan_phy_monitor() 2774 if (!(phy_status & MII_GS_LINK)) { in tlan_phy_monitor() 2799 if ((phy_status & MII_GS_LINK) && !netif_carrier_ok(dev)) { in tlan_phy_monitor()
|
/Linux-v4.19/drivers/net/ethernet/amd/xgbe/ |
D | xgbe.h | 911 void (*phy_status)(struct xgbe_prv_data *); member
|
D | xgbe-mdio.c | 1626 phy_if->phy_status = xgbe_phy_status; in xgbe_init_function_ptrs_phy()
|
D | xgbe-drv.c | 680 pdata->phy_if.phy_status(pdata); in xgbe_service()
|
/Linux-v4.19/drivers/net/ethernet/intel/e1000/ |
D | e1000_main.c | 4677 u16 phy_status; in e1000_smartspeed() local 4688 e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_status); in e1000_smartspeed() 4689 if (!(phy_status & SR_1000T_MS_CONFIG_FAULT)) in e1000_smartspeed() 4691 e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_status); in e1000_smartspeed() 4692 if (!(phy_status & SR_1000T_MS_CONFIG_FAULT)) in e1000_smartspeed()
|