Searched refs:bfs_nframes (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/sys/dev/ath/
H A Dif_ath_tx.c543 __func__, bf_first->bf_state.bfs_nframes,
2980 * frame will fail (which has the bfs_aggr and bfs_nframes
2985 if (bf->bf_state.bfs_aggr != 0 || bf->bf_state.bfs_nframes > 1) {
2987 "%s: bfs_aggr=%d, bfs_nframes=%d\n", __func__,
2988 bf->bf_state.bfs_aggr, bf->bf_state.bfs_nframes);
2990 bf->bf_state.bfs_nframes = 1;
3119 bf->bf_state.bfs_nframes = 1;
4549 bf->bf_state.bfs_nframes = 1;
4582 bf_first->bf_state.bfs_nframes, bf_first->bf_state.bfs_nframes);
[all...]
H A Dif_ath_tx_ht.c936 bf_first->bf_state.bfs_nframes = nframes;
H A Dif_athvar.h263 uint8_t bfs_nframes; /* number of frames in aggregate */ member in struct:ath_buf::__anon9266

Completed in 65 milliseconds