Searched refs:phy_sts (Results 1 – 2 of 2) sorted by relevance
358 u_int16_t phy_sts = 0; in my_autoneg_xmit() local366 phy_sts = my_phy_readreg(sc, PHY_BMCR); in my_autoneg_xmit()368 my_phy_writereg(sc, PHY_BMCR, phy_sts); in my_autoneg_xmit()406 phy_sts = my_phy_readreg(sc, PHY_BMSR); in my_autoneg_mii()407 if (!(phy_sts & PHY_BMSR_CANAUTONEG)) { in my_autoneg_mii()456 phy_sts = my_phy_readreg(sc, PHY_BMSR); in my_autoneg_mii()801 u_int16_t phy_vid, phy_did, phy_sts = 0; in my_attach() local897 phy_sts = my_phy_readreg(sc, PHY_BMSR); in my_attach()898 if ((phy_sts != 0) && (phy_sts != 0xffff)) in my_attach()901 phy_sts = 0; in my_attach()[all …]
1236 u8 *phy_sts; in rtw89_core_rx_process_mac_ppdu() local1246 phy_sts = skb->data + RTW89_PPDU_MAC_INFO_SIZE; in rtw89_core_rx_process_mac_ppdu()1247 phy_sts += usr_num * RTW89_PPDU_MAC_INFO_USR_SIZE; in rtw89_core_rx_process_mac_ppdu()1250 phy_sts += RTW89_PPDU_MAC_INFO_USR_SIZE; in rtw89_core_rx_process_mac_ppdu()1252 phy_sts += RTW89_PPDU_MAC_RX_CNT_SIZE; in rtw89_core_rx_process_mac_ppdu()1253 phy_sts += plcp_size; in rtw89_core_rx_process_mac_ppdu()1255 phy_ppdu->buf = phy_sts; in rtw89_core_rx_process_mac_ppdu()1256 phy_ppdu->len = skb->data + skb->len - phy_sts; in rtw89_core_rx_process_mac_ppdu()