Lines Matching refs:bf_state
275 u16 seqno = bf->bf_state.seqno; in ath_tx_update_baw()
298 u16 seqno = bf->bf_state.seqno; in ath_tx_addto_baw()
403 tbf->bf_state = bf->bf_state; in ath_clone_txbuf()
404 tbf->bf_state.stale = false; in ath_clone_txbuf()
428 ba_index = ATH_BA_INDEX(seq_st, bf->bf_state.seqno); in ath_tx_count_frames()
476 if (!bf->bf_state.stale || bf_next != NULL) in ath_tx_complete_aggr()
525 u16 seqno = bf->bf_state.seqno; in ath_tx_complete_aggr()
568 if (bf_next != NULL || !bf_last->bf_state.stale) in ath_tx_complete_aggr()
596 if (bf->bf_next == NULL && bf_last->bf_state.stale) { in ath_tx_complete_aggr()
914 bf->bf_state.stale = false; in ath_tx_get_tid_subframe()
938 bf->bf_state.bf_type = 0; in ath_tx_get_tid_subframe()
942 bf->bf_state.bf_type = BUF_AMPDU | BUF_AGGR; in ath_tx_get_tid_subframe()
943 seqno = bf->bf_state.seqno; in ath_tx_get_tid_subframe()
1033 bf->bf_state.ndelim = ndelim; in ath_tx_form_aggr()
1054 bf->bf_state.bf_type = BUF_AMPDU; in ath_tx_form_aggr()
1190 } else if (!bf->bf_state.bfs_paprd) { in ath_get_rate_txpower()
1296 if (bf->bf_state.bfs_paprd) in ath_buf_set_rate()
1360 bool aggr = !!(bf->bf_state.bf_type & BUF_AGGR); in ath_tx_fill_desc()
1382 if (bf->bf_state.bfs_paprd) in ath_tx_fill_desc()
1383 info.flags |= (u32) bf->bf_state.bfs_paprd << in ath_tx_fill_desc()
1422 info.ndelim = bf->bf_state.ndelim; in ath_tx_fill_desc()
1658 bf->bf_state.bf_type &= ~BUF_AGGR; in ath9k_release_buffered_frames()
1821 if (bf->bf_state.stale) { in ath_drain_txq_list()
2053 bf->bf_state.bf_type = 0; in ath_tx_send_normal()
2055 bf->bf_state.bf_type = BUF_AMPDU; in ath_tx_send_normal()
2175 bf->bf_state.seqno = seqno; in ath_tx_setup_buffer()
2317 bf->bf_state.bfs_paprd = txctl->paprd; in ath_tx_start()
2320 bf->bf_state.bfs_paprd_timestamp = jiffies; in ath_tx_start()
2470 if (bf->bf_state.bfs_paprd) { in ath_tx_complete_buf()
2472 bf->bf_state.bfs_paprd_timestamp + in ath_tx_complete_buf()
2588 if (bf->bf_state.stale) { in ath_tx_processq()
2612 lastbf->bf_state.stale = true; in ath_tx_processq()
2693 if (bf->bf_state.stale) { in ath_tx_edma_tasklet()
2715 lastbf->bf_state.stale = true; in ath_tx_edma_tasklet()