Home
last modified time | relevance | path

Searched refs:phy_sts (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/net/phy/
H A Ddp83td510.c524 u16 phy_sts; in dp83td510_read_status() local
533 phy_sts = phy_read(phydev, DP83TD510E_PHY_STS); in dp83td510_read_status()
535 phydev->link = !!(phy_sts & DP83TD510E_LINK_STATUS); in dp83td510_read_status()
789 int ret, phy_sts; in dp83td510_cable_test_get_alcd_status() local
791 phy_sts = phy_read(phydev, DP83TD510E_PHY_STS); in dp83td510_cable_test_get_alcd_status()
793 if (!(phy_sts & DP83TD510E_LINK_STATUS)) { in dp83td510_cable_test_get_alcd_status()
H A Ddp83tg720.c365 u16 phy_sts; in dp83tg720_read_status() local
374 phy_sts = phy_read(phydev, DP83TG720S_MII_REG_10); in dp83tg720_read_status()
375 phydev->link = !!(phy_sts & DP83TG720S_LINK_STATUS); in dp83tg720_read_status()
/linux-6.15/drivers/net/ethernet/intel/ice/
H A Dice_ptp.c1203 u32 val, phy_sts; in ice_ptp_check_tx_fifo() local
1227 phy_sts = FIELD_GET(Q_REG_FIFO13_M, val); in ice_ptp_check_tx_fifo()
1229 phy_sts = FIELD_GET(Q_REG_FIFO02_M, val); in ice_ptp_check_tx_fifo()
1231 if (phy_sts & FIFO_EMPTY) { in ice_ptp_check_tx_fifo()
/linux-6.15/drivers/net/wireless/realtek/rtw89/
H A Dcore.c1544 u8 *phy_sts; in rtw89_core_rx_process_mac_ppdu() local
1587 phy_sts = skb->data + RTW89_PPDU_MAC_INFO_SIZE; in rtw89_core_rx_process_mac_ppdu()
1588 phy_sts += usr_num * RTW89_PPDU_MAC_INFO_USR_SIZE; in rtw89_core_rx_process_mac_ppdu()
1591 phy_sts += RTW89_PPDU_MAC_INFO_USR_SIZE; in rtw89_core_rx_process_mac_ppdu()
1593 phy_sts += rx_cnt_size; in rtw89_core_rx_process_mac_ppdu()
1594 phy_sts += plcp_size; in rtw89_core_rx_process_mac_ppdu()
1596 if (phy_sts > skb->data + skb->len) in rtw89_core_rx_process_mac_ppdu()
1599 phy_ppdu->buf = phy_sts; in rtw89_core_rx_process_mac_ppdu()
1600 phy_ppdu->len = skb->data + skb->len - phy_sts; in rtw89_core_rx_process_mac_ppdu()