Home
last modified time | relevance | path

Searched refs:acq_old (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/net/wireless/ath/ath9k/
Dxmit.c133 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()
Dchannel.c124 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()
Dath9k.h330 struct list_head acq_old; member
Dmain.c76 if (!list_empty(&acq->acq_new) || !list_empty(&acq->acq_old)) in ath9k_has_pending_frames()