Searched refs:bfs_aggr (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/dev/ath/
H A Dif_ath_tx_edma.c531 if (bf->bf_state.bfs_aggr)
880 if (bf->bf_state.bfs_aggr)
H A Dif_ath_tx.c861 if (bf->bf_state.bfs_aggr)
2972 * frame will fail (which has the bfs_aggr and bfs_nframes
2977 if (bf->bf_state.bfs_aggr != 0 || bf->bf_state.bfs_nframes > 1) {
2979 "%s: bfs_aggr=%d, bfs_nframes=%d\n", __func__,
2980 bf->bf_state.bfs_aggr, bf->bf_state.bfs_nframes);
2981 bf->bf_state.bfs_aggr = 0;
3110 bf->bf_state.bfs_aggr = 0;
4539 bf->bf_state.bfs_aggr = 0;
4842 isaggr = bf_first->bf_state.bfs_aggr;
5227 if (bf->bf_state.bfs_aggr)
[all...]
H A Dif_ath_tx_ht.c550 if (bf->bf_state.bfs_aggr)
H A Dif_athvar.h267 u_int32_t bfs_aggr:1, /* part of aggregate? */ member in struct:ath_buf::__anon9270
H A Dif_ath.c4354 if (bf->bf_state.bfs_aggr)
4846 if (bf->bf_state.bfs_aggr)

Completed in 135 milliseconds