Searched refs:tx_ok (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/dev/etherswitch/ar40xx/ |
H A D | ar40xx_hw_psgmii.c | 124 uint32_t tx_ok, tx_error; in ar40xx_hw_psgmii_single_phy_testing() local 163 tx_ok = ar40xx_hw_phy_mmd_read(sc, phy, 7, 0x802e); in ar40xx_hw_psgmii_single_phy_testing() 169 tx_all_ok = tx_ok + (tx_ok_high16 << 16); in ar40xx_hw_psgmii_single_phy_testing() 224 uint32_t tx_ok, tx_error; in ar40xx_hw_psgmii_all_phy_testing() local 231 tx_ok = ar40xx_hw_phy_mmd_read(sc, phy, 7, 0x802e); in ar40xx_hw_psgmii_all_phy_testing() 238 tx_all_ok = tx_ok + (tx_ok_high16<<16); in ar40xx_hw_psgmii_all_phy_testing()
|
/freebsd/sys/dev/rtwn/rtl8192c/pci/ |
H A D | r92ce_calib.c | 286 int chain, i, tx_ok[2], rx_ok[2]; in r92ce_iq_calib_compare_results() local 288 tx_ok[0] = tx_ok[1] = rx_ok[0] = rx_ok[1] = 0; in r92ce_iq_calib_compare_results() 295 tx_ok[chain] = (abs(tx1[chain][i] - tx2[chain][i]) <= in r92ce_iq_calib_compare_results() 304 return (tx_ok[0] && tx_ok[1] && rx_ok[0] && rx_ok[1]); in r92ce_iq_calib_compare_results() 306 return (tx_ok[0] && rx_ok[0]); in r92ce_iq_calib_compare_results()
|
/freebsd/sys/dev/rtwn/rtl8192c/ |
H A D | r92c_calib.c | 305 int chain, i, tx_ok[2], rx_ok[2]; in r92c_iq_calib_compare_results() local 307 tx_ok[0] = tx_ok[1] = rx_ok[0] = rx_ok[1] = 0; in r92c_iq_calib_compare_results() 314 tx_ok[chain] = (abs(tx1[chain][i] - tx2[chain][i]) <= in r92c_iq_calib_compare_results() 323 return (tx_ok[0] && tx_ok[1] && rx_ok[0] && rx_ok[1]); in r92c_iq_calib_compare_results() 325 return (tx_ok[0] && rx_ok[0]); in r92c_iq_calib_compare_results()
|
/freebsd/sys/dev/rtwn/rtl8188e/ |
H A D | r88e_calib.c | 292 int i, tx_ok, rx_ok; in r88e_iq_calib_compare_results() local 294 tx_ok = rx_ok = 0; in r88e_iq_calib_compare_results() 300 tx_ok = (abs(tx1[i] - tx2[i]) <= RTWN_IQ_CAL_MAX_TOLERANCE); in r88e_iq_calib_compare_results() 304 return (tx_ok && rx_ok); in r88e_iq_calib_compare_results()
|
/freebsd/sys/dev/vr/ |
H A D | if_vrreg.h | 692 uint64_t tx_ok; member
|
H A D | if_vr.c | 1518 sc->vr_stat.tx_ok++; in vr_txeof() 2631 (uintmax_t)stat->tx_ok); in vr_sysctl_stats()
|
/freebsd/sys/dev/ath/ |
H A D | if_ath_tx.c | 4812 int seq_st, tx_ok; local 4942 tx_ok = (ts.ts_status == 0); 4958 __func__, tap->txa_start, tx_ok, ts.ts_status, ts.ts_flags, 4975 tx_ok = 0; 4980 if (isaggr && tx_ok && (! hasba)) { 4984 __func__, hasba, tx_ok, isaggr, seq_st); 5032 if (tx_ok && ATH_BA_ISSET(ba, ba_index)) {
|
/freebsd/sys/dev/iwn/ |
H A D | if_iwn.c | 3249 int tx_ok = 0; in iwn_rx_compressed_ba() local 3307 tx_ok++; in iwn_rx_compressed_ba() 3311 ring->queued -= tx_ok; in iwn_rx_compressed_ba() 3315 "->%s: end; %d ok\n",__func__, tx_ok); in iwn_rx_compressed_ba()
|