Searched refs:tx_ok (Results 1 – 9 of 9) 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/contrib/dev/rtw88/ |
| H A D | rtw8814a.c | 1591 u32 *tx_matrix, bool *tx_ok) in rtw8814a_iqk_tx_one_shot() argument 1608 if (read_poll_timeout(!rtw_read32_mask, *tx_ok, *tx_ok, in rtw8814a_iqk_tx_one_shot() 1616 *tx_ok = !rtw_read32_mask(rtwdev, 0x1b08, BIT(26)); in rtw8814a_iqk_tx_one_shot() 1618 if (*tx_ok) in rtw8814a_iqk_tx_one_shot() 1632 if (*tx_ok) { in rtw8814a_iqk_tx_one_shot() 1641 u32 *tx_matrix, bool *tx_ok) in rtw8814a_iqk_rx_one_shot() argument 1718 if (*tx_ok) in rtw8814a_iqk_rx_one_shot() 1736 bool tx_ok[RTW_RF_PATH_MAX]; in rtw8814a_iqk() local 1771 &tx_matrix[path], &tx_ok[path]); in rtw8814a_iqk() 1775 &tx_matrix[path], &tx_ok[path]); in rtw8814a_iqk()
|
| /freebsd/sys/dev/vr/ |
| H A D | if_vrreg.h | 692 uint64_t tx_ok; member
|
| H A D | if_vr.c | 1517 sc->vr_stat.tx_ok++; in vr_txeof() 2625 (uintmax_t)stat->tx_ok); in vr_sysctl_stats()
|
| /freebsd/sys/dev/ath/ |
| H A D | if_ath_tx.c | 4830 int seq_st, tx_ok; local 4960 tx_ok = (ts.ts_status == 0); 4976 __func__, tap->txa_start, tx_ok, ts.ts_status, ts.ts_flags, 4993 tx_ok = 0; 4998 if (isaggr && tx_ok && (! hasba)) { 5002 __func__, hasba, tx_ok, isaggr, seq_st); 5050 if (tx_ok && ATH_BA_ISSET(ba, ba_index)) {
|
| /freebsd/sys/dev/iwn/ |
| H A D | if_iwn.c | 3254 int tx_ok = 0; in iwn_rx_compressed_ba() local 3312 tx_ok++; in iwn_rx_compressed_ba() 3316 ring->queued -= tx_ok; in iwn_rx_compressed_ba() 3320 "->%s: end; %d ok\n",__func__, tx_ok); in iwn_rx_compressed_ba()
|