Searched refs:phystat (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dphy.c4222 ewma_thermal_read(&rtwdev->phystat.avg_thermal[0]));
4559 struct rtw89_phy_stat *phystat = &rtwdev->phystat; local
4566 ewma_thermal_add(&phystat->avg_thermal[i], th);
4570 ewma_thermal_read(&phystat->avg_thermal[i]));
4620 struct rtw89_phy_stat *phystat = &rtwdev->phystat; local
4624 ewma_thermal_init(&phystat->avg_thermal[i]);
4628 memset(&phystat->cur_pkt_stat, 0, sizeof(phystat
4634 struct rtw89_phy_stat *phystat = &rtwdev->phystat; local
[all...]
H A Drtw8852c_rfk.c1266 ewma_thermal_read(&rtwdev->phystat.avg_thermal[path]));
2858 cur_ther = ewma_thermal_read(&rtwdev->phystat.avg_thermal[path]);
3260 ewma_thermal_read(&rtwdev->phystat.avg_thermal[i]);
3995 ewma_thermal_read(&rtwdev->phystat.avg_thermal[path]);
4032 ewma_thermal_read(&rtwdev->phystat.avg_thermal[path]);
4201 rx_dck->thermal[path] = ewma_thermal_read(&rtwdev->phystat.avg_thermal[path]);
4237 ewma_thermal_read(&rtwdev->phystat.avg_thermal[path]);
H A Drtw8852a_rfk.c1288 ewma_thermal_read(&rtwdev->phystat.avg_thermal[path]));
2019 ewma_thermal_read(&rtwdev->phystat.avg_thermal[path]);
2731 cur_ther = ewma_thermal_read(&rtwdev->phystat.avg_thermal[path]);
3123 ewma_thermal_read(&rtwdev->phystat.avg_thermal[i]);
H A Drtw8851b_rfk.c3195 ewma_thermal_read(&rtwdev->phystat.avg_thermal[RF_PATH_A]);
3230 ewma_thermal_read(&rtwdev->phystat.avg_thermal[RF_PATH_A]);
H A Ddebug.c3609 struct rtw89_pkt_stat *pkt_stat = &rtwdev->phystat.last_pkt_stat;
H A Drtw8852b_rfk.c2610 cur_ther = ewma_thermal_read(&rtwdev->phystat.avg_thermal[path]);
H A Dcore.h5088 struct rtw89_phy_stat phystat; member in struct:rtw89_dev
H A Dcore.c1889 struct rtw89_pkt_stat *pkt_stat = &rtwdev->phystat.cur_pkt_stat;
/linux-master/drivers/net/ethernet/marvell/
H A Dskge.c2350 u16 istatus, phystat; local
2353 phystat = gm_phy_read(hw, port, PHY_MARV_PHY_STAT);
2356 "phy interrupt status 0x%x 0x%x\n", istatus, phystat);
2370 if (!(phystat & PHY_M_PS_SPDUP_RES)) {
2375 skge->duplex = (phystat & PHY_M_PS_FULL_DUP)
2377 skge->speed = yukon_speed(hw, phystat);
2380 switch (phystat & PHY_M_PS_PAUSE_MSK) {
2404 skge->speed = yukon_speed(hw, phystat);
2407 skge->duplex = (phystat & PHY_M_PS_FULL_DUP) ? DUPLEX_FULL : DUPLEX_HALF;
2409 if (phystat
[all...]
H A Dsky2.c2300 u16 istatus, phystat; local
2307 phystat = gm_phy_read(hw, port, PHY_MARV_PHY_STAT);
2310 istatus, phystat);
2313 if (sky2_autoneg_done(sky2, phystat) == 0 &&
2320 sky2->speed = sky2_phy_speed(hw, phystat);
2324 (phystat & PHY_M_PS_FULL_DUP) ? DUPLEX_FULL : DUPLEX_HALF;
2327 if (phystat & PHY_M_PS_LINK_UP)

Completed in 354 milliseconds