Searched refs:tx_ok (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/sys/dev/rtwn/rtl8192c/pci/
H A Dr92ce_calib.c288 int chain, i, tx_ok[2], rx_ok[2]; local
290 tx_ok[0] = tx_ok[1] = rx_ok[0] = rx_ok[1] = 0;
297 tx_ok[chain] = (abs(tx1[chain][i] - tx2[chain][i]) <=
306 return (tx_ok[0] && tx_ok[1] && rx_ok[0] && rx_ok[1]);
308 return (tx_ok[0] && rx_ok[0]);
/freebsd-13-stable/sys/dev/rtwn/rtl8192c/
H A Dr92c_calib.c307 int chain, i, tx_ok[2], rx_ok[2]; local
309 tx_ok[0] = tx_ok[1] = rx_ok[0] = rx_ok[1] = 0;
316 tx_ok[chain] = (abs(tx1[chain][i] - tx2[chain][i]) <=
325 return (tx_ok[0] && tx_ok[1] && rx_ok[0] && rx_ok[1]);
327 return (tx_ok[0] && rx_ok[0]);
/freebsd-13-stable/sys/dev/rtwn/rtl8188e/
H A Dr88e_calib.c294 int i, tx_ok, rx_ok; local
296 tx_ok = rx_ok = 0;
302 tx_ok = (abs(tx1[i] - tx2[i]) <= RTWN_IQ_CAL_MAX_TOLERANCE);
306 return (tx_ok && rx_ok);
/freebsd-13-stable/sys/dev/ath/
H A Dif_ath_tx.c4834 int seq_st, tx_ok; local
4964 tx_ok = (ts.ts_status == 0);
4978 "%s: txa_start=%d, tx_ok=%d, status=%.8x, flags=%.8x, "
4980 __func__, tap->txa_start, tx_ok, ts.ts_status, ts.ts_flags,
4997 tx_ok = 0;
5002 if (isaggr && tx_ok && (! hasba)) {
5006 __func__, hasba, tx_ok, isaggr, seq_st);
5054 if (tx_ok && ATH_BA_ISSET(ba, ba_index)) {
/freebsd-13-stable/sys/dev/vr/
H A Dif_vrreg.h694 uint64_t tx_ok; member in struct:vr_statistics
H A Dif_vr.c1530 sc->vr_stat.tx_ok++;
2643 (uintmax_t)stat->tx_ok);
/freebsd-13-stable/sys/dev/iwn/
H A Dif_iwn.c3260 int tx_ok = 0; local
3318 tx_ok++;
3322 ring->queued -= tx_ok;
3326 "->%s: end; %d ok\n",__func__, tx_ok);

Completed in 189 milliseconds