Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath/
H A Dif_ath_tx.c566 __func__, bf_first->bf_state.bfs_nframes, in ath_tx_setds_11n()
3023 bf->bf_state.bfs_nframes = 1; in ath_tx_xmit_aggr()
3152 bf->bf_state.bfs_nframes = 1; in ath_tx_swq()
4752 bf->bf_state.bfs_nframes = 1; in ath_tx_retry_subframe()
4785 bf_first->bf_state.bfs_nframes, bf_first->bf_state.bfs_nframes); in ath_tx_comp_aggr_error()
5107 nf = bf_first->bf_state.bfs_nframes;
5502 if (bf->bf_state.bfs_nframes > 1)
5507 bf->bf_state.bfs_nframes);
5516 bf->bf_state.bfs_nframes = 1;
5580 if (bf->bf_state.bfs_nframes == 1) {
[all …]
H A Dif_ath_tx_ht.c936 bf_first->bf_state.bfs_nframes = nframes; in ath_tx_form_aggr()
H A Dif_athvar.h271 uint8_t bfs_nframes; /* number of frames in aggregate */ member