Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/ath/
H A Dif_ath_tx.c558 __func__, bf_first->bf_state.bfs_nframes, in ath_tx_setds_11n()
3090 bf->bf_state.bfs_nframes = 1; in ath_tx_xmit_aggr()
3233 bf->bf_state.bfs_nframes = 1; in ath_tx_swq()
4663 bf->bf_state.bfs_nframes = 1; in ath_tx_retry_subframe()
4696 bf_first->bf_state.bfs_nframes, bf_first->bf_state.bfs_nframes); in ath_tx_comp_aggr_error()
5018 nf = bf_first->bf_state.bfs_nframes;
5413 if (bf->bf_state.bfs_nframes > 1)
5418 bf->bf_state.bfs_nframes);
5427 bf->bf_state.bfs_nframes = 1;
5491 if (bf->bf_state.bfs_nframes == 1) {
[all …]
H A Dif_ath_tx_ht.c1026 bf_first->bf_state.bfs_nframes = nframes; in ath_tx_form_aggr()
H A Dif_athvar.h265 uint8_t bfs_nframes; /* number of frames in aggregate */ member