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

/freebsd-current/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_xmit.c541 int isaggr = 0; local
553 isaggr = 1;
584 | (isaggr ? (AR_IsAggr | last_aggr) : 0);
595 if (isaggr) {
/freebsd-current/sys/dev/ath/
H A Dif_ath_tx.c4833 int hasba, isaggr; local
4963 isaggr = bf_first->bf_state.bfs_aggr;
4977 "isaggr=%d, seq_st=%d, hasba=%d, ba=%.8x, %.8x\n",
4979 isaggr, seq_st, hasba, ba[0], ba[1]);
5000 if (isaggr && tx_ok && (! hasba)) {
5002 "%s: AR5416 bug: hasba=%d; txok=%d, isaggr=%d, "
5004 __func__, hasba, tx_ok, isaggr, seq_st);

Completed in 80 milliseconds