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

/freebsd-current/sys/dev/ath/
H A Dif_ath_tx_edma.c543 if (bf->bf_state.bfs_aggr)
917 if (bf->bf_state.bfs_aggr)
H A Dif_ath_tx.c874 if (bf->bf_state.bfs_aggr)
3077 * frame will fail (which has the bfs_aggr and bfs_nframes
3082 if (bf->bf_state.bfs_aggr != 0 || bf->bf_state.bfs_nframes > 1) {
3084 "%s: bfs_aggr=%d, bfs_nframes=%d\n", __func__,
3085 bf->bf_state.bfs_aggr, bf->bf_state.bfs_nframes);
3086 bf->bf_state.bfs_aggr = 0;
3229 bf->bf_state.bfs_aggr = 0;
4659 bf->bf_state.bfs_aggr = 0;
4963 isaggr = bf_first->bf_state.bfs_aggr;
5354 if (bf->bf_state.bfs_aggr)
[all...]
H A Dif_ath_tx_ht.c633 if (bf->bf_state.bfs_aggr)
H A Dif_athvar.h269 u_int32_t bfs_aggr:1, /* part of aggregate? */ member in struct:ath_buf::__anon5
H A Dif_ath.c4532 if (bf->bf_state.bfs_aggr)
5026 if (bf->bf_state.bfs_aggr)

Completed in 140 milliseconds