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

/freebsd-10.1-release/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_xmit.c536 int isaggr = 0; local
548 isaggr = 1;
579 | (isaggr ? (AR_IsAggr | last_aggr) : 0);
590 if (isaggr) {
/freebsd-10.1-release/sys/dev/ath/
H A Dif_ath_tx.c4617 int hasba, isaggr; local
4744 isaggr = bf_first->bf_state.bfs_aggr;
4758 "isaggr=%d, seq_st=%d, hasba=%d, ba=%.8x, %.8x\n",
4760 isaggr, seq_st, hasba, ba[0], ba[1]);
4781 if (isaggr && tx_ok && (! hasba)) {
4783 "%s: AR5416 bug: hasba=%d; txok=%d, isaggr=%d, "
4785 __func__, hasba, tx_ok, isaggr, seq_st);

Completed in 109 milliseconds