Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/mwifiex/
D11n.c89 spin_lock_irqsave(&priv->tx_ba_stream_tbl_lock, flags); in mwifiex_get_ba_status()
92 spin_unlock_irqrestore(&priv->tx_ba_stream_tbl_lock, in mwifiex_get_ba_status()
97 spin_unlock_irqrestore(&priv->tx_ba_stream_tbl_lock, flags); in mwifiex_get_ba_status()
485 spin_lock_irqsave(&priv->tx_ba_stream_tbl_lock, flags); in mwifiex_11n_delete_all_tx_ba_stream_tbl()
489 spin_unlock_irqrestore(&priv->tx_ba_stream_tbl_lock, flags); in mwifiex_11n_delete_all_tx_ba_stream_tbl()
508 spin_lock_irqsave(&priv->tx_ba_stream_tbl_lock, flags); in mwifiex_get_ba_tbl()
512 spin_unlock_irqrestore(&priv->tx_ba_stream_tbl_lock, in mwifiex_get_ba_tbl()
517 spin_unlock_irqrestore(&priv->tx_ba_stream_tbl_lock, flags); in mwifiex_get_ba_tbl()
548 spin_lock_irqsave(&priv->tx_ba_stream_tbl_lock, flags); in mwifiex_create_ba_tbl()
550 spin_unlock_irqrestore(&priv->tx_ba_stream_tbl_lock, flags); in mwifiex_create_ba_tbl()
[all …]
D11n.h154 spin_lock_irqsave(&priv->tx_ba_stream_tbl_lock, flags); in mwifiex_find_stream_to_delete()
163 spin_unlock_irqrestore(&priv->tx_ba_stream_tbl_lock, flags); in mwifiex_find_stream_to_delete()
D11n_rxreorder.c695 spin_lock_irqsave(&priv->tx_ba_stream_tbl_lock, flags); in mwifiex_del_ba_tbl()
697 spin_unlock_irqrestore(&priv->tx_ba_stream_tbl_lock, flags); in mwifiex_del_ba_tbl()
Dinit.c500 spin_lock_init(&priv->tx_ba_stream_tbl_lock); in mwifiex_init_lock_list()
Dmain.h536 spinlock_t tx_ba_stream_tbl_lock; member