Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/mwifiex/
H A D11n.c88 spin_lock_bh(&priv->tx_ba_stream_tbl_lock); in mwifiex_get_ba_status()
91 spin_unlock_bh(&priv->tx_ba_stream_tbl_lock); in mwifiex_get_ba_status()
95 spin_unlock_bh(&priv->tx_ba_stream_tbl_lock); in mwifiex_get_ba_status()
518 spin_lock_bh(&priv->tx_ba_stream_tbl_lock); in mwifiex_11n_delete_all_tx_ba_stream_tbl()
522 spin_unlock_bh(&priv->tx_ba_stream_tbl_lock); in mwifiex_11n_delete_all_tx_ba_stream_tbl()
540 spin_lock_bh(&priv->tx_ba_stream_tbl_lock); in mwifiex_get_ba_tbl()
544 spin_unlock_bh(&priv->tx_ba_stream_tbl_lock); in mwifiex_get_ba_tbl()
548 spin_unlock_bh(&priv->tx_ba_stream_tbl_lock); in mwifiex_get_ba_tbl()
581 spin_lock_bh(&priv->tx_ba_stream_tbl_lock); in mwifiex_create_ba_tbl()
583 spin_unlock_bh(&priv->tx_ba_stream_tbl_lock); in mwifiex_create_ba_tbl()
[all …]
H A D11n.h153 spin_lock_bh(&priv->tx_ba_stream_tbl_lock); in mwifiex_find_stream_to_delete()
162 spin_unlock_bh(&priv->tx_ba_stream_tbl_lock); in mwifiex_find_stream_to_delete()
H A D11n_rxreorder.c712 spin_lock_bh(&priv->tx_ba_stream_tbl_lock); in mwifiex_del_ba_tbl()
714 spin_unlock_bh(&priv->tx_ba_stream_tbl_lock); in mwifiex_del_ba_tbl()
H A Dinit.c477 spin_lock_init(&priv->tx_ba_stream_tbl_lock); in mwifiex_init_lock_list()
H A Dmain.h620 spinlock_t tx_ba_stream_tbl_lock; member