Searched refs:phy_sts (Results 1 – 2 of 2) sorted by relevance
| /src/sys/dev/my/ |
| H A D | if_my.c | 357 u_int16_t phy_sts = 0; in my_autoneg_xmit() local 365 phy_sts = my_phy_readreg(sc, PHY_BMCR); in my_autoneg_xmit() 366 phy_sts |= PHY_BMCR_AUTONEGENBL | PHY_BMCR_AUTONEGRSTR; in my_autoneg_xmit() 367 my_phy_writereg(sc, PHY_BMCR, phy_sts); in my_autoneg_xmit() 388 u_int16_t phy_sts = 0, media, advert, ability; in my_autoneg_mii() local 405 phy_sts = my_phy_readreg(sc, PHY_BMSR); in my_autoneg_mii() 406 if (!(phy_sts & PHY_BMSR_CANAUTONEG)) { in my_autoneg_mii() 455 phy_sts = my_phy_readreg(sc, PHY_BMSR); in my_autoneg_mii() 800 u_int16_t phy_vid, phy_did, phy_sts = 0; in my_attach() local 896 phy_sts = my_phy_readreg(sc, PHY_BMSR); in my_attach() [all …]
|
| /src/sys/contrib/dev/rtw89/ |
| H A D | core.c | 1836 u8 *phy_sts; in rtw89_core_rx_process_mac_ppdu() local 1883 phy_sts = skb->data + RTW89_PPDU_MAC_INFO_SIZE; in rtw89_core_rx_process_mac_ppdu() 1884 phy_sts += usr_num * RTW89_PPDU_MAC_INFO_USR_SIZE; in rtw89_core_rx_process_mac_ppdu() 1887 phy_sts += RTW89_PPDU_MAC_INFO_USR_SIZE; in rtw89_core_rx_process_mac_ppdu() 1889 phy_sts += rx_cnt_size; in rtw89_core_rx_process_mac_ppdu() 1890 phy_sts += plcp_size; in rtw89_core_rx_process_mac_ppdu() 1892 if (phy_sts > skb->data + skb->len) in rtw89_core_rx_process_mac_ppdu() 1895 phy_ppdu->buf = phy_sts; in rtw89_core_rx_process_mac_ppdu() 1896 phy_ppdu->len = skb->data + skb->len - phy_sts; in rtw89_core_rx_process_mac_ppdu()
|