Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/ath/
H A Dif_ath_tx.c558 __func__, bf_first->bf_state.bfs_nframes, in ath_tx_setds_11n()
3089 bf->bf_state.bfs_nframes = 1; in ath_tx_xmit_aggr()
3232 bf->bf_state.bfs_nframes = 1; in ath_tx_swq()
4663 bf->bf_state.bfs_nframes = 1; in ath_tx_retry_subframe()
4694 bf_first->bf_state.bfs_nframes, bf_first->bf_state.bfs_nframes); in ath_tx_comp_aggr_error()
5023 nf = bf_first->bf_state.bfs_nframes;
5480 if (bf->bf_state.bfs_nframes > 1)
5485 bf->bf_state.bfs_nframes);
5494 bf->bf_state.bfs_nframes = 1;
5560 if (bf->bf_state.bfs_nframes == 1) {
[all …]
H A Dif_ath_tx_ht.c1039 bf_first->bf_state.bfs_nframes = nframes; in ath_tx_form_aggr()
H A Dif_athvar.h266 uint8_t bfs_nframes; /* number of frames in aggregate */ member