Searched refs:phy_sts (Results 1 – 3 of 3) sorted by relevance
457 u16 phy_sts; in dp83tg720_read_status() local466 phy_sts = phy_read(phydev, DP83TG720S_MII_REG_10); in dp83tg720_read_status()467 phydev->link = !!(phy_sts & DP83TG720S_LINK_STATUS); in dp83tg720_read_status()
1068 u32 val, phy_sts; in ice_ptp_check_tx_fifo() local1092 phy_sts = FIELD_GET(Q_REG_FIFO13_M, val); in ice_ptp_check_tx_fifo()1094 phy_sts = FIELD_GET(Q_REG_FIFO02_M, val); in ice_ptp_check_tx_fifo()1096 if (phy_sts & FIFO_EMPTY) { in ice_ptp_check_tx_fifo()
1951 u8 *phy_sts; in rtw89_core_rx_process_mac_ppdu() local1998 phy_sts = skb->data + RTW89_PPDU_MAC_INFO_SIZE; in rtw89_core_rx_process_mac_ppdu()1999 phy_sts += usr_num * RTW89_PPDU_MAC_INFO_USR_SIZE; in rtw89_core_rx_process_mac_ppdu()2002 phy_sts += RTW89_PPDU_MAC_INFO_USR_SIZE; in rtw89_core_rx_process_mac_ppdu()2004 phy_sts += rx_cnt_size; in rtw89_core_rx_process_mac_ppdu()2005 phy_sts += plcp_size; in rtw89_core_rx_process_mac_ppdu()2007 if (phy_sts > skb->data + skb->len) in rtw89_core_rx_process_mac_ppdu()2010 phy_ppdu->buf = phy_sts; in rtw89_core_rx_process_mac_ppdu()2011 phy_ppdu->len = skb->data + skb->len - phy_sts; in rtw89_core_rx_process_mac_ppdu()