Lines Matching refs:bf_state
322 u16 seqno = bf->bf_state.seqno; in ath_tx_update_baw()
345 u16 seqno = bf->bf_state.seqno; in ath_tx_addto_baw()
450 tbf->bf_state = bf->bf_state; in ath_clone_txbuf()
451 tbf->bf_state.stale = false; in ath_clone_txbuf()
477 ba_index = ATH_BA_INDEX(seq_st, bf->bf_state.seqno); in ath_tx_count_frames()
525 if (!bf->bf_state.stale || bf_next != NULL) in ath_tx_complete_aggr()
574 u16 seqno = bf->bf_state.seqno; in ath_tx_complete_aggr()
617 if (bf_next != NULL || !bf_last->bf_state.stale) in ath_tx_complete_aggr()
645 if (bf->bf_next == NULL && bf_last->bf_state.stale) { in ath_tx_complete_aggr()
963 bf->bf_state.stale = false; in ath_tx_get_tid_subframe()
987 bf->bf_state.bf_type = 0; in ath_tx_get_tid_subframe()
991 bf->bf_state.bf_type = BUF_AMPDU | BUF_AGGR; in ath_tx_get_tid_subframe()
992 seqno = bf->bf_state.seqno; in ath_tx_get_tid_subframe()
1082 bf->bf_state.ndelim = ndelim; in ath_tx_form_aggr()
1103 bf->bf_state.bf_type = BUF_AMPDU; in ath_tx_form_aggr()
1251 } else if (!bf->bf_state.bfs_paprd) { in ath_get_rate_txpower()
1362 if (bf->bf_state.bfs_paprd) in ath_buf_set_rate()
1426 bool aggr = !!(bf->bf_state.bf_type & BUF_AGGR); in ath_tx_fill_desc()
1448 if (bf->bf_state.bfs_paprd) in ath_tx_fill_desc()
1449 info.flags |= (u32) bf->bf_state.bfs_paprd << in ath_tx_fill_desc()
1488 info.ndelim = bf->bf_state.ndelim; in ath_tx_fill_desc()
1723 bf->bf_state.bf_type &= ~BUF_AGGR; in ath9k_release_buffered_frames()
1885 if (bf->bf_state.stale) { in ath_drain_txq_list()
2117 bf->bf_state.bf_type = 0; in ath_tx_send_normal()
2119 bf->bf_state.bf_type = BUF_AMPDU; in ath_tx_send_normal()
2243 bf->bf_state.seqno = seqno; in ath_tx_setup_buffer()
2385 bf->bf_state.bfs_paprd = txctl->paprd; in ath_tx_start()
2388 bf->bf_state.bfs_paprd_timestamp = jiffies; in ath_tx_start()
2538 if (bf->bf_state.bfs_paprd) { in ath_tx_complete_buf()
2540 bf->bf_state.bfs_paprd_timestamp + in ath_tx_complete_buf()
2665 if (bf->bf_state.stale) { in ath_tx_processq()
2689 lastbf->bf_state.stale = true; in ath_tx_processq()
2770 if (bf->bf_state.stale) { in ath_tx_edma_tasklet()
2792 lastbf->bf_state.stale = true; in ath_tx_edma_tasklet()