/linux-6.3-rc2/drivers/net/ethernet/intel/igc/ |
A D | igc_phy.c | 66 u16 i, phy_status; in igc_phy_has_link() local 74 ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &phy_status); in igc_phy_has_link() 85 ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &phy_status); in igc_phy_has_link() 88 if (phy_status & MII_SR_LINK_STATUS) in igc_phy_has_link() 401 u16 i, phy_status; in igc_wait_autoneg() local 406 ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &phy_status); in igc_wait_autoneg() 409 ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &phy_status); in igc_wait_autoneg() 412 if (phy_status & MII_SR_AUTONEG_COMPLETE) in igc_wait_autoneg()
|
/linux-6.3-rc2/drivers/net/wireless/realtek/rtw88/ |
A D | rtw8822b.c | 834 u8 pwdb = GET_PHY_STAT_P0_PWDB(phy_status); in query_phy_status_page0() 857 rxsc = GET_PHY_STAT_P1_L_RXSC(phy_status); in query_phy_status_page1() 859 rxsc = GET_PHY_STAT_P1_HT_RXSC(phy_status); in query_phy_status_page1() 868 bw = GET_PHY_STAT_P1_RF_MODE(phy_status); in query_phy_status_page1() 912 page = *phy_status & 0xf; in query_phy_status() 916 query_phy_status_page0(rtwdev, phy_status, pkt_stat); in query_phy_status() 933 u8 *phy_status = NULL; in rtw8822b_query_rx_desc() local 937 pkt_stat->phy_status = GET_RX_DESC_PHYST(rx_desc); in rtw8822b_query_rx_desc() 960 if (pkt_stat->phy_status) { in rtw8822b_query_rx_desc() 961 phy_status = rx_desc + desc_sz + pkt_stat->shift; in rtw8822b_query_rx_desc() [all …]
|
A D | rtw8821c.c | 531 vga_idx = GET_PHY_STAT_P0_VGA(phy_status); in query_phy_status_page0() 551 rxsc = GET_PHY_STAT_P1_L_RXSC(phy_status); in query_phy_status_page1() 553 rxsc = GET_PHY_STAT_P1_HT_RXSC(phy_status); in query_phy_status_page1() 562 bw = GET_PHY_STAT_P1_RF_MODE(phy_status); in query_phy_status_page1() 577 page = *phy_status & 0xf; in query_phy_status() 581 query_phy_status_page0(rtwdev, phy_status, pkt_stat); in query_phy_status() 598 u8 *phy_status = NULL; in rtw8821c_query_rx_desc() local 602 pkt_stat->phy_status = GET_RX_DESC_PHYST(rx_desc); in rtw8821c_query_rx_desc() 625 if (pkt_stat->phy_status) { in rtw8821c_query_rx_desc() 626 phy_status = rx_desc + desc_sz + pkt_stat->shift; in rtw8821c_query_rx_desc() [all …]
|
A D | rtw8723d.c | 264 u8 pwdb = GET_PHY_STAT_P0_PWDB(phy_status); in query_phy_status_page0() 283 rxsc = GET_PHY_STAT_P1_L_RXSC(phy_status); in query_phy_status_page1() 285 rxsc = GET_PHY_STAT_P1_HT_RXSC(phy_status); in query_phy_status_page1() 287 if (GET_PHY_STAT_P1_RF_MODE(phy_status) == 0) in query_phy_status_page1() 318 page = *phy_status & 0xf; in query_phy_status() 322 query_phy_status_page0(rtwdev, phy_status, pkt_stat); in query_phy_status() 339 u8 *phy_status = NULL; in rtw8723d_query_rx_desc() local 343 pkt_stat->phy_status = GET_RX_DESC_PHYST(rx_desc); in rtw8723d_query_rx_desc() 366 if (pkt_stat->phy_status) { in rtw8723d_query_rx_desc() 367 phy_status = rx_desc + desc_sz + pkt_stat->shift; in rtw8723d_query_rx_desc() [all …]
|
A D | rx.c | 130 if (pkt_stat->crc_err || pkt_stat->icv_err || !pkt_stat->phy_status || in rtw_rx_addr_match() 153 u8 *phy_status) in rtw_rx_fill_rx_status() argument
|
A D | rx.h | 50 u8 *phy_status);
|
A D | rtw8822c.c | 2554 gain_a = GET_PHY_STAT_P0_GAIN_A(phy_status); in query_phy_status_page0() 2555 gain_b = GET_PHY_STAT_P0_GAIN_B(phy_status); in query_phy_status_page0() 2568 channel = GET_PHY_STAT_P0_CHANNEL(phy_status); in query_phy_status_page0() 2601 rxsc = GET_PHY_STAT_P1_L_RXSC(phy_status); in query_phy_status_page1() 2603 rxsc = GET_PHY_STAT_P1_HT_RXSC(phy_status); in query_phy_status_page1() 2612 channel = GET_PHY_STAT_P1_CHANNEL(phy_status); in query_phy_status_page1() 2665 page = *phy_status & 0xf; in query_phy_status() 2686 u8 *phy_status = NULL; in rtw8822c_query_rx_desc() local 2690 pkt_stat->phy_status = GET_RX_DESC_PHYST(rx_desc); in rtw8822c_query_rx_desc() 2714 if (pkt_stat->phy_status) { in rtw8822c_query_rx_desc() [all …]
|
/linux-6.3-rc2/drivers/gpu/drm/i915/display/ |
A D | intel_display_power_well.c | 1307 u32 phy_status = 0; in assert_chv_phy_status() local 1331 phy_status |= PHY_POWERGOOD(DPIO_PHY0); in assert_chv_phy_status() 1344 phy_status |= PHY_STATUS_CMN_LDO(DPIO_PHY0, DPIO_CH0); in assert_chv_phy_status() 1354 phy_status |= PHY_STATUS_CMN_LDO(DPIO_PHY0, DPIO_CH1); in assert_chv_phy_status() 1358 phy_status |= PHY_STATUS_SPLINE_LDO(DPIO_PHY0, DPIO_CH0, 0); in assert_chv_phy_status() 1361 phy_status |= PHY_STATUS_SPLINE_LDO(DPIO_PHY0, DPIO_CH0, 1); in assert_chv_phy_status() 1372 phy_status |= PHY_POWERGOOD(DPIO_PHY1); in assert_chv_phy_status() 1380 phy_status |= PHY_STATUS_CMN_LDO(DPIO_PHY1, DPIO_CH0); in assert_chv_phy_status() 1390 phy_status &= phy_status_mask; in assert_chv_phy_status() 1397 phy_status_mask, phy_status, 10)) in assert_chv_phy_status() [all …]
|
/linux-6.3-rc2/drivers/staging/rtl8723bs/hal/ |
A D | odm_HWConfig.c | 103 u8 *phy_status, in odm_rx_phy_status_parsing() argument 113 struct phy_status_rpt_8192cd_t *phy_sta_rpt = (struct phy_status_rpt_8192cd_t *)phy_status; in odm_rx_phy_status_parsing() 397 u8 *phy_status, struct odm_packet_info *pkt_info) in odm_phy_status_query() argument 400 odm_rx_phy_status_parsing(dm_odm, phy_info, phy_status, pkt_info); in odm_phy_status_query()
|
A D | odm_HWConfig.h | 63 u8 *phy_status, struct odm_packet_info *pkt_info);
|
/linux-6.3-rc2/drivers/net/ethernet/intel/ixgbe/ |
A 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-6.3-rc2/drivers/phy/qualcomm/ |
A D | phy-qcom-qmp-pcie.c | 1799 unsigned int phy_status; member 1942 .phy_status = PHYSTATUS, 1969 .phy_status = PHYSTATUS, 1998 .phy_status = PHYSTATUS, 2025 .phy_status = PHYSTATUS, 2050 .phy_status = PHYSTATUS, 2087 .phy_status = PHYSTATUS, 2124 .phy_status = PHYSTATUS, 2149 .phy_status = PHYSTATUS, 2178 .phy_status = PHYSTATUS, [all …]
|
/linux-6.3-rc2/drivers/scsi/mvsas/ |
A D | mv_64xx.c | 582 (phy->phy_status & PHY_NEG_SPP_PHYS_LINK_RATE_MASK) >> in mvs_64xx_fix_phy_info() 586 (phy->phy_status & in mvs_64xx_fix_phy_info() 589 (phy->phy_status & in mvs_64xx_fix_phy_info() 612 if (((phy->phy_status & PHY_NEG_SPP_PHYS_LINK_RATE_MASK) >> in mvs_64xx_phy_work_around()
|
A D | mv_94xx.c | 18 u32 phy_status; in mvs_94xx_detect_porttype() local 22 phy_status = ((reg & 0x3f0000) >> 16) & 0xff; in mvs_94xx_detect_porttype() 24 switch (phy_status) { in mvs_94xx_detect_porttype() 869 mv_dprintk("get all reg link rate is 0x%x\n", phy->phy_status); in mvs_94xx_fix_phy_info() 871 (phy->phy_status & PHY_NEG_SPP_PHYS_LINK_RATE_MASK) >> in mvs_94xx_fix_phy_info()
|
A D | mv_sas.c | 1007 phy->phy_status = mvs_is_phy_ready(mvi, i); in mvs_update_phyinfo() 1010 if (phy->phy_status) { in mvs_update_phyinfo() 1843 phy->phy_status = mvs_is_phy_ready(mvi, phy_no); in mvs_int_port() 1845 if (phy->phy_status) { in mvs_int_port()
|
A D | mv_sas.h | 214 u32 phy_status; member
|
/linux-6.3-rc2/drivers/net/ethernet/intel/igb/ |
A D | e1000_phy.c | 1592 u16 i, phy_status; in igb_wait_autoneg() local 1596 ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &phy_status); in igb_wait_autoneg() 1599 ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &phy_status); in igb_wait_autoneg() 1602 if (phy_status & MII_SR_AUTONEG_COMPLETE) in igb_wait_autoneg() 1626 u16 i, phy_status; in igb_phy_has_link() local 1633 ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &phy_status); in igb_phy_has_link() 1644 ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &phy_status); in igb_phy_has_link() 1647 if (phy_status & MII_SR_LINK_STATUS) in igb_phy_has_link()
|
/linux-6.3-rc2/drivers/net/ethernet/intel/e1000e/ |
A D | phy.c | 1702 u16 i, phy_status; in e1000_wait_autoneg() local 1706 ret_val = e1e_rphy(hw, MII_BMSR, &phy_status); in e1000_wait_autoneg() 1709 ret_val = e1e_rphy(hw, MII_BMSR, &phy_status); in e1000_wait_autoneg() 1712 if (phy_status & BMSR_ANEGCOMPLETE) in e1000_wait_autoneg() 1736 u16 i, phy_status; in e1000e_phy_has_link_generic() local 1744 ret_val = e1e_rphy(hw, MII_BMSR, &phy_status); in e1000e_phy_has_link_generic() 1755 ret_val = e1e_rphy(hw, MII_BMSR, &phy_status); in e1000e_phy_has_link_generic() 1758 if (phy_status & BMSR_LSTATUS) { in e1000e_phy_has_link_generic()
|
/linux-6.3-rc2/drivers/pci/controller/dwc/ |
A D | pcie-spear13xx.c | 43 u32 phy_status; /* cr11 */ member
|
/linux-6.3-rc2/drivers/scsi/isci/ |
A D | host.c | 1205 enum sci_status phy_status; in sci_controller_stop_phys() local 1210 phy_status = sci_phy_stop(&ihost->phys[index]); in sci_controller_stop_phys() 1212 if (phy_status != SCI_SUCCESS && in sci_controller_stop_phys() 1213 phy_status != SCI_FAILURE_INVALID_STATE) { in sci_controller_stop_phys() 1220 ihost->phys[index].phy_index, phy_status); in sci_controller_stop_phys()
|
/linux-6.3-rc2/drivers/net/ethernet/ti/ |
A D | tlan.c | 2752 u16 phy_status; in tlan_phy_monitor() local 2757 tlan_mii_read_reg(dev, phy, MII_GEN_STS, &phy_status); in tlan_phy_monitor() 2760 if (!(phy_status & MII_GS_LINK)) { in tlan_phy_monitor() 2785 if ((phy_status & MII_GS_LINK) && !netif_carrier_ok(dev)) { in tlan_phy_monitor()
|
/linux-6.3-rc2/drivers/net/ethernet/amd/xgbe/ |
A D | xgbe.h | 943 void (*phy_status)(struct xgbe_prv_data *); member
|
A D | xgbe-mdio.c | 1674 phy_if->phy_status = xgbe_phy_status; in xgbe_init_function_ptrs_phy()
|
/linux-6.3-rc2/drivers/net/ethernet/intel/e1000/ |
A D | e1000_main.c | 4678 u16 phy_status; in e1000_smartspeed() local 4689 e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_status); in e1000_smartspeed() 4690 if (!(phy_status & SR_1000T_MS_CONFIG_FAULT)) in e1000_smartspeed() 4692 e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_status); in e1000_smartspeed() 4693 if (!(phy_status & SR_1000T_MS_CONFIG_FAULT)) in e1000_smartspeed()
|
/linux-6.3-rc2/drivers/gpu/drm/mediatek/ |
A D | mtk_dp.c | 848 u32 phy_status = mtk_dp_read(mtk_dp, MTK_DP_AUX_P0_3628) & in mtk_dp_aux_do_transfer() local 850 if (phy_status != AUX_RX_PHY_STATE_AUX_TX_P0_RX_IDLE) { in mtk_dp_aux_do_transfer()
|