Lines Matching refs:bf_state

251 			ath_tx_update_baw(sc, tid, bf->bf_state.seqno);  in ath_tx_flush_tid()
288 u16 seqno = bf->bf_state.seqno; in ath_tx_addto_baw()
389 tbf->bf_state = bf->bf_state; in ath_clone_txbuf()
390 tbf->bf_state.stale = false; in ath_clone_txbuf()
416 ba_index = ATH_BA_INDEX(seq_st, bf->bf_state.seqno); in ath_tx_count_frames()
473 if (!bf->bf_state.stale || bf_next != NULL) in ath_tx_complete_aggr()
523 u16 seqno = bf->bf_state.seqno; in ath_tx_complete_aggr()
566 if (bf_next != NULL || !bf_last->bf_state.stale) in ath_tx_complete_aggr()
594 if (bf->bf_next == NULL && bf_last->bf_state.stale) { in ath_tx_complete_aggr()
883 bf->bf_state.stale = false; in ath_tx_get_tid_subframe()
907 bf->bf_state.bf_type = 0; in ath_tx_get_tid_subframe()
911 bf->bf_state.bf_type = BUF_AMPDU | BUF_AGGR; in ath_tx_get_tid_subframe()
912 seqno = bf->bf_state.seqno; in ath_tx_get_tid_subframe()
989 bf->bf_state.ndelim = ndelim; in ath_tx_form_aggr()
1010 bf->bf_state.bf_type = BUF_AMPDU; in ath_tx_form_aggr()
1147 } else if (!bf->bf_state.bfs_paprd) { in ath_get_rate_txpower()
1253 if (bf->bf_state.bfs_paprd) in ath_buf_set_rate()
1317 bool aggr = !!(bf->bf_state.bf_type & BUF_AGGR); in ath_tx_fill_desc()
1339 if (bf->bf_state.bfs_paprd) in ath_tx_fill_desc()
1340 info.flags |= (u32) bf->bf_state.bfs_paprd << in ath_tx_fill_desc()
1379 info.ndelim = bf->bf_state.ndelim; in ath_tx_fill_desc()
1638 bf->bf_state.bf_type &= ~BUF_AGGR; in ath9k_release_buffered_frames()
1799 if (bf->bf_state.stale) { in ath_drain_txq_list()
2056 bf->bf_state.bf_type = 0; in ath_tx_send_normal()
2058 bf->bf_state.bf_type = BUF_AMPDU; in ath_tx_send_normal()
2178 bf->bf_state.seqno = seqno; in ath_tx_setup_buffer()
2367 bf->bf_state.bfs_paprd = txctl->paprd; in ath_tx_start()
2370 bf->bf_state.bfs_paprd_timestamp = jiffies; in ath_tx_start()
2521 if (bf->bf_state.bfs_paprd) { in ath_tx_complete_buf()
2523 bf->bf_state.bfs_paprd_timestamp + in ath_tx_complete_buf()
2636 if (bf->bf_state.stale) { in ath_tx_processq()
2660 lastbf->bf_state.stale = true; in ath_tx_processq()
2738 if (bf->bf_state.stale) { in ath_tx_edma_tasklet()
2760 lastbf->bf_state.stale = true; in ath_tx_edma_tasklet()