Searched refs:bar_tx (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/dev/ath/
H A Dif_ath_tx.c3637 "%s: tid=%d, bar_wait=%d, bar_tx=%d, called\n",
3641 tid->bar_tx);
3643 /* We shouldn't be called when bar_tx is 1 */
3644 if (tid->bar_tx) {
3646 "%s: bar_tx is 1?!\n", __func__);
3677 if (tid->bar_tx == 0 || tid->bar_wait == 0) {
3679 "%s: %6D: TID=%d, bar_tx=%d, bar_wait=%d: ?\n",
3681 tid->tid, tid->bar_tx, tid->bar_wait);
3684 tid->bar_tx = tid->bar_wait = 0;
3743 if (tid->bar_wait == 0 || tid->bar_tx
[all...]
H A Dif_athvar.h153 int bar_tx; /* BAR TXed */ member in struct:ath_tid

Completed in 191 milliseconds