Home
last modified time | relevance | path

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

/freebsd/sys/dev/etherswitch/ar40xx/
H A Dar40xx_hw_psgmii.c128 uint32_t tx_all_ok, rx_all_ok; in ar40xx_hw_psgmii_single_phy_testing() local
169 tx_all_ok = tx_ok + (tx_ok_high16 << 16); in ar40xx_hw_psgmii_single_phy_testing()
172 if (tx_all_ok == 0x1000 && tx_error == 0) { in ar40xx_hw_psgmii_single_phy_testing()
178 tx_all_ok, tx_error, rx_all_ok, rx_error); in ar40xx_hw_psgmii_single_phy_testing()
228 uint32_t tx_all_ok, rx_all_ok; in ar40xx_hw_psgmii_all_phy_testing() local
238 tx_all_ok = tx_ok + (tx_ok_high16<<16); in ar40xx_hw_psgmii_all_phy_testing()
240 if (tx_all_ok == 0x1000 && tx_error == 0) { in ar40xx_hw_psgmii_all_phy_testing()
247 phy, tx_all_ok, rx_all_ok, tx_error, rx_error); in ar40xx_hw_psgmii_all_phy_testing()