Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ath/ath9k/
Dchannel.c123 INIT_LIST_HEAD(&ctx->acq[j].acq_new); in ath_chanctx_init()
1353 INIT_LIST_HEAD(&ctx->acq[i].acq_new); in ath9k_offchannel_init()
Dath9k.h329 struct list_head acq_new; member
Dxmit.c131 tid_list = &acq->acq_new; in __ath_tx_queue_tid()
2002 tid_list = &acq->acq_new; in ath_txq_schedule()
2020 if ((tid_list == &acq->acq_new) && !list_empty(&acq->acq_old)) in ath_txq_schedule()
Dmain.c76 if (!list_empty(&acq->acq_new) || !list_empty(&acq->acq_old)) in ath9k_has_pending_frames()