Searched refs:tid_list (Results 1 – 2 of 2) sorted by relevance
33 struct list_head *tid_list; in mwifiex_restore_tdls_packets() local57 tid_list = &priv->wmm.tid_tbl_ptr[tid_down].ra_list; in mwifiex_restore_tdls_packets()58 if (!list_empty(tid_list)) in mwifiex_restore_tdls_packets()59 ra_list = list_first_entry(tid_list, in mwifiex_restore_tdls_packets()
1906 struct list_head *tid_list; in ath_txq_schedule() local1916 tid_list = &sc->cur_chan->acq[txq->mac80211_qnum]; in ath_txq_schedule()1918 if (list_empty(tid_list)) { in ath_txq_schedule()1925 last_tid = list_entry(tid_list->prev, struct ath_atx_tid, list); in ath_txq_schedule()1926 while (!list_empty(tid_list)) { in ath_txq_schedule()1932 tid = list_first_entry(tid_list, struct ath_atx_tid, list); in ath_txq_schedule()1953 last_tid = list_entry(tid_list->prev, in ath_txq_schedule()