Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/
H A Dampdu.c74 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() argument
938 struct AMPDU_TID_st *cur_AMPDU_TID) in ssv6200_ampdu_tx_state_operation_func() argument
1291 struct AMPDU_TID_st *cur_AMPDU_TID; in ssv6xxx_ampdu_flush() local
1296 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 …]