Home
last modified time | relevance | path

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

/linux-4.4.14/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()
489 spin_lock_irqsave(&priv->tx_ba_stream_tbl_lock, flags); in mwifiex_11n_delete_all_tx_ba_stream_tbl()
493 spin_unlock_irqrestore(&priv->tx_ba_stream_tbl_lock, flags); in mwifiex_11n_delete_all_tx_ba_stream_tbl()
512 spin_lock_irqsave(&priv->tx_ba_stream_tbl_lock, flags); in mwifiex_get_ba_tbl()
516 spin_unlock_irqrestore(&priv->tx_ba_stream_tbl_lock, in mwifiex_get_ba_tbl()
521 spin_unlock_irqrestore(&priv->tx_ba_stream_tbl_lock, flags); in mwifiex_get_ba_tbl()
555 spin_lock_irqsave(&priv->tx_ba_stream_tbl_lock, flags); in mwifiex_create_ba_tbl()
557 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.c699 spin_lock_irqsave(&priv->tx_ba_stream_tbl_lock, flags); in mwifiex_del_ba_tbl()
701 spin_unlock_irqrestore(&priv->tx_ba_stream_tbl_lock, flags); in mwifiex_del_ba_tbl()
Dinit.c505 spin_lock_init(&priv->tx_ba_stream_tbl_lock); in mwifiex_init_lock_list()
Dmain.h588 spinlock_t tx_ba_stream_tbl_lock; member