Searched refs:phy_sts (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14-stable/sys/dev/my/ |
| HD | if_my.c | 358 u_int16_t phy_sts = 0; in my_autoneg_xmit() local 366 phy_sts = my_phy_readreg(sc, PHY_BMCR); in my_autoneg_xmit() 367 phy_sts |= PHY_BMCR_AUTONEGENBL | PHY_BMCR_AUTONEGRSTR; in my_autoneg_xmit() 368 my_phy_writereg(sc, PHY_BMCR, phy_sts); in my_autoneg_xmit() 389 u_int16_t phy_sts = 0, media, advert, ability; in my_autoneg_mii() local 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() local 897 phy_sts = my_phy_readreg(sc, PHY_BMSR); in my_attach() [all …]
|
| /freebsd-14-stable/sys/contrib/dev/rtw89/ |
| HD | core.c | 1575 u8 *phy_sts; in rtw89_core_rx_process_mac_ppdu() local 1618 phy_sts = skb->data + RTW89_PPDU_MAC_INFO_SIZE; in rtw89_core_rx_process_mac_ppdu() 1619 phy_sts += usr_num * RTW89_PPDU_MAC_INFO_USR_SIZE; in rtw89_core_rx_process_mac_ppdu() 1622 phy_sts += RTW89_PPDU_MAC_INFO_USR_SIZE; in rtw89_core_rx_process_mac_ppdu() 1624 phy_sts += rx_cnt_size; in rtw89_core_rx_process_mac_ppdu() 1625 phy_sts += plcp_size; in rtw89_core_rx_process_mac_ppdu() 1627 if (phy_sts > skb->data + skb->len) in rtw89_core_rx_process_mac_ppdu() 1630 phy_ppdu->buf = phy_sts; in rtw89_core_rx_process_mac_ppdu() 1631 phy_ppdu->len = skb->data + skb->len - phy_sts; in rtw89_core_rx_process_mac_ppdu()
|