Searched refs:cur_AMPDU_TID (Results 1 – 1 of 1) sorted by relevance
74 struct AMPDU_TID_st *cur_AMPDU_TID,276 if (cur_AMPDU_TID->ssv_baw_head == SSV_ILLEGAL_SN) in _aggr_retry_mpdu()918 struct AMPDU_TID_st *cur_AMPDU_TID) in ssv6200_ampdu_tx_state_stop_func() argument938 struct AMPDU_TID_st *cur_AMPDU_TID) in ssv6200_ampdu_tx_state_operation_func() argument1291 struct AMPDU_TID_st *cur_AMPDU_TID; in ssv6xxx_ampdu_flush() local1296 list_for_each_entry_rcu(cur_AMPDU_TID, &sc->tx.ampdu_tx_que, list) in ssv6xxx_ampdu_flush()1303 if (sc->tid[i] == cur_AMPDU_TID) in ssv6xxx_ampdu_flush()1307 printk(KERN_ERR "No matching TID (%d) found! %p\n", tid_idx, cur_AMPDU_TID); in ssv6xxx_ampdu_flush()1312 if (cur_AMPDU_TID->state != AMPDU_STATE_OPERATION) in ssv6xxx_ampdu_flush()1314 struct ieee80211_sta *sta = cur_AMPDU_TID->sta; in ssv6xxx_ampdu_flush()[all …]