Lines Matching refs:bf_state
262 ath_tx_update_baw(sc, tid, bf->bf_state.seqno); in ath_tx_flush_tid()
299 u16 seqno = bf->bf_state.seqno; in ath_tx_addto_baw()
400 tbf->bf_state = bf->bf_state; in ath_clone_txbuf()
401 tbf->bf_state.stale = false; in ath_clone_txbuf()
427 ba_index = ATH_BA_INDEX(seq_st, bf->bf_state.seqno); in ath_tx_count_frames()
484 if (!bf->bf_state.stale || bf_next != NULL) in ath_tx_complete_aggr()
534 u16 seqno = bf->bf_state.seqno; in ath_tx_complete_aggr()
577 if (bf_next != NULL || !bf_last->bf_state.stale) in ath_tx_complete_aggr()
605 if (bf->bf_next == NULL && bf_last->bf_state.stale) { in ath_tx_complete_aggr()
894 bf->bf_state.stale = false; in ath_tx_get_tid_subframe()
918 bf->bf_state.bf_type = 0; in ath_tx_get_tid_subframe()
922 bf->bf_state.bf_type = BUF_AMPDU | BUF_AGGR; in ath_tx_get_tid_subframe()
923 seqno = bf->bf_state.seqno; in ath_tx_get_tid_subframe()
1000 bf->bf_state.ndelim = ndelim; in ath_tx_form_aggr()
1021 bf->bf_state.bf_type = BUF_AMPDU; in ath_tx_form_aggr()
1158 } else if (!bf->bf_state.bfs_paprd) { in ath_get_rate_txpower()
1264 if (bf->bf_state.bfs_paprd) in ath_buf_set_rate()
1328 bool aggr = !!(bf->bf_state.bf_type & BUF_AGGR); in ath_tx_fill_desc()
1350 if (bf->bf_state.bfs_paprd) in ath_tx_fill_desc()
1351 info.flags |= (u32) bf->bf_state.bfs_paprd << in ath_tx_fill_desc()
1390 info.ndelim = bf->bf_state.ndelim; in ath_tx_fill_desc()
1659 bf->bf_state.bf_type &= ~BUF_AGGR; in ath9k_release_buffered_frames()
1820 if (bf->bf_state.stale) { in ath_drain_txq_list()
2093 bf->bf_state.bf_type = 0; in ath_tx_send_normal()
2095 bf->bf_state.bf_type = BUF_AMPDU; in ath_tx_send_normal()
2215 bf->bf_state.seqno = seqno; in ath_tx_setup_buffer()
2404 bf->bf_state.bfs_paprd = txctl->paprd; in ath_tx_start()
2407 bf->bf_state.bfs_paprd_timestamp = jiffies; in ath_tx_start()
2558 if (bf->bf_state.bfs_paprd) { in ath_tx_complete_buf()
2560 bf->bf_state.bfs_paprd_timestamp + in ath_tx_complete_buf()
2673 if (bf->bf_state.stale) { in ath_tx_processq()
2697 lastbf->bf_state.stale = true; in ath_tx_processq()
2775 if (bf->bf_state.stale) { in ath_tx_edma_tasklet()
2797 lastbf->bf_state.stale = true; in ath_tx_edma_tasklet()