Home
last modified time | relevance | path

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

/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/umac/
Dtx.c2890 struct ieee80211_fast_tx build = {}, *fast_tx = NULL, *old; in ieee80211_check_fast_xmit() local
3101 fast_tx = kmemdup(&build, sizeof(build), GFP_ATOMIC); in ieee80211_check_fast_xmit()
3103 if (!fast_tx) in ieee80211_check_fast_xmit()
3108 old = rcu_dereference_protected(sta->fast_tx, in ieee80211_check_fast_xmit()
3110 rcu_assign_pointer(sta->fast_tx, fast_tx); in ieee80211_check_fast_xmit()
3145 struct ieee80211_fast_tx *fast_tx; in ieee80211_clear_fast_xmit() local
3148 fast_tx = rcu_dereference_protected(sta->fast_tx, in ieee80211_clear_fast_xmit()
3150 RCU_INIT_POINTER(sta->fast_tx, NULL); in ieee80211_clear_fast_xmit()
3153 if (fast_tx) in ieee80211_clear_fast_xmit()
3154 kfree_rcu(fast_tx, rcu_head); in ieee80211_clear_fast_xmit()
[all …]
Dsta_info.h538 struct ieee80211_fast_tx __rcu *fast_tx; member