Lines Matching refs:bf_state

318 	u16 seqno = bf->bf_state.seqno;  in ath_tx_update_baw()
341 u16 seqno = bf->bf_state.seqno; in ath_tx_addto_baw()
445 tbf->bf_state = bf->bf_state; in ath_clone_txbuf()
446 tbf->bf_state.stale = false; in ath_clone_txbuf()
472 ba_index = ATH_BA_INDEX(seq_st, bf->bf_state.seqno); in ath_tx_count_frames()
523 if (!bf->bf_state.stale || bf_next != NULL) in ath_tx_complete_aggr()
572 u16 seqno = bf->bf_state.seqno; in ath_tx_complete_aggr()
615 if (bf_next != NULL || !bf_last->bf_state.stale) in ath_tx_complete_aggr()
643 if (bf->bf_next == NULL && bf_last->bf_state.stale) { in ath_tx_complete_aggr()
969 bf->bf_state.stale = false; in ath_tx_get_tid_subframe()
993 bf->bf_state.bf_type = 0; in ath_tx_get_tid_subframe()
997 bf->bf_state.bf_type = BUF_AMPDU | BUF_AGGR; in ath_tx_get_tid_subframe()
998 seqno = bf->bf_state.seqno; in ath_tx_get_tid_subframe()
1087 bf->bf_state.ndelim = ndelim; in ath_tx_form_aggr()
1106 bf->bf_state.bf_type = BUF_AMPDU; in ath_tx_form_aggr()
1242 } else if (!bf->bf_state.bfs_paprd) { in ath_get_rate_txpower()
1348 if (bf->bf_state.bfs_paprd) in ath_buf_set_rate()
1412 bool aggr = !!(bf->bf_state.bf_type & BUF_AGGR); in ath_tx_fill_desc()
1434 if (bf->bf_state.bfs_paprd) in ath_tx_fill_desc()
1435 info.flags |= (u32) bf->bf_state.bfs_paprd << in ath_tx_fill_desc()
1474 info.ndelim = bf->bf_state.ndelim; in ath_tx_fill_desc()
1723 bf->bf_state.bf_type &= ~BUF_AGGR; in ath9k_release_buffered_frames()
1886 if (bf->bf_state.stale) { in ath_drain_txq_list()
2147 bf->bf_state.bf_type = 0; in ath_tx_send_normal()
2149 bf->bf_state.bf_type = BUF_AMPDU; in ath_tx_send_normal()
2269 bf->bf_state.seqno = seqno; in ath_tx_setup_buffer()
2417 bf->bf_state.bfs_paprd = txctl->paprd; in ath_tx_start()
2420 bf->bf_state.bfs_paprd_timestamp = jiffies; in ath_tx_start()
2570 if (bf->bf_state.bfs_paprd) { in ath_tx_complete_buf()
2572 bf->bf_state.bfs_paprd_timestamp + in ath_tx_complete_buf()
2685 if (bf->bf_state.stale) { in ath_tx_processq()
2709 lastbf->bf_state.stale = true; in ath_tx_processq()
2790 if (bf->bf_state.stale) { in ath_tx_edma_tasklet()
2812 lastbf->bf_state.stale = true; in ath_tx_edma_tasklet()