Lines Matching refs:tx_buf
2691 assert(tid->tx_buf[cindex] == NULL); in ath_tx_addto_baw()
2693 if (tid->tx_buf[cindex] != NULL) { in ath_tx_addto_baw()
2701 tid->tx_buf[cindex], in ath_tx_addto_baw()
2702 SEQNO(tid->tx_buf[cindex]->bf_state.bfs_seqno), in ath_tx_addto_baw()
2707 tid->tx_buf[cindex] = bf; in ath_tx_addto_baw()
2754 if (tid->tx_buf[cindex] != old_bf) { in ath_tx_switch_baw_buf()
2762 tid->tx_buf[cindex] = new_bf; in ath_tx_switch_baw_buf()
2802 if (tid->tx_buf[cindex] != bf) { in ath_tx_update_baw()
2806 tid->tx_buf[cindex], in ath_tx_update_baw()
2807 (tid->tx_buf[cindex] != NULL) ? in ath_tx_update_baw()
2808 SEQNO(tid->tx_buf[cindex]->bf_state.bfs_seqno) : -1); in ath_tx_update_baw()
2811 tid->tx_buf[cindex] = NULL; in ath_tx_update_baw()
2814 !tid->tx_buf[tid->baw_head]) { in ath_tx_update_baw()
3312 atid->tx_buf[j] = NULL; in ath_tx_tid_init()