Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/ath/wcn36xx/
Dmain.c1011 spin_lock_init(&sta_priv->ampdu_lock); in wcn36xx_sta_add()
1105 spin_lock_bh(&sta_priv->ampdu_lock); in wcn36xx_ampdu_action()
1107 spin_unlock_bh(&sta_priv->ampdu_lock); in wcn36xx_ampdu_action()
1112 spin_lock_bh(&sta_priv->ampdu_lock); in wcn36xx_ampdu_action()
1114 spin_unlock_bh(&sta_priv->ampdu_lock); in wcn36xx_ampdu_action()
1122 spin_lock_bh(&sta_priv->ampdu_lock); in wcn36xx_ampdu_action()
1124 spin_unlock_bh(&sta_priv->ampdu_lock); in wcn36xx_ampdu_action()
Dtxrx.c142 spin_lock(&sta_priv->ampdu_lock); in wcn36xx_tx_start_ampdu()
152 spin_unlock(&sta_priv->ampdu_lock); in wcn36xx_tx_start_ampdu()
Dwcn36xx.h172 spinlock_t ampdu_lock; /* protects next two fields */ member