Lines Matching refs:tx_buf
2714 assert(tid->tx_buf[cindex] == NULL); in ath_tx_addto_baw()
2716 if (tid->tx_buf[cindex] != NULL) { in ath_tx_addto_baw()
2724 tid->tx_buf[cindex], in ath_tx_addto_baw()
2725 SEQNO(tid->tx_buf[cindex]->bf_state.bfs_seqno), in ath_tx_addto_baw()
2730 tid->tx_buf[cindex] = bf; in ath_tx_addto_baw()
2777 if (tid->tx_buf[cindex] != old_bf) { in ath_tx_switch_baw_buf()
2785 tid->tx_buf[cindex] = new_bf; in ath_tx_switch_baw_buf()
2825 if (tid->tx_buf[cindex] != bf) { in ath_tx_update_baw()
2829 tid->tx_buf[cindex], in ath_tx_update_baw()
2830 (tid->tx_buf[cindex] != NULL) ? in ath_tx_update_baw()
2831 SEQNO(tid->tx_buf[cindex]->bf_state.bfs_seqno) : -1); in ath_tx_update_baw()
2834 tid->tx_buf[cindex] = NULL; in ath_tx_update_baw()
2837 !tid->tx_buf[tid->baw_head]) { in ath_tx_update_baw()
3335 atid->tx_buf[j] = NULL; in ath_tx_tid_init()