Searched refs:acq_old (Results 1 – 4 of 4) sorted by relevance
133 tid_list = &acq->acq_old; in __ath_tx_queue_tid()2004 tid_list = &acq->acq_old; in ath_txq_schedule()2013 list_move_tail(&tid->list, &acq->acq_old); in ath_txq_schedule()2020 if ((tid_list == &acq->acq_new) && !list_empty(&acq->acq_old)) in ath_txq_schedule()2021 list_move_tail(&tid->list, &acq->acq_old); in ath_txq_schedule()2037 list_move_tail(&tid->list, &acq->acq_old); in ath_txq_schedule()
124 INIT_LIST_HEAD(&ctx->acq[j].acq_old); in ath_chanctx_init()1354 INIT_LIST_HEAD(&ctx->acq[i].acq_old); in ath9k_offchannel_init()
330 struct list_head acq_old; member
76 if (!list_empty(&acq->acq_new) || !list_empty(&acq->acq_old)) in ath9k_has_pending_frames()