Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/marvell/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()
521 spin_lock_irqsave(&priv->tx_ba_stream_tbl_lock, flags); in mwifiex_11n_delete_all_tx_ba_stream_tbl()
525 spin_unlock_irqrestore(&priv->tx_ba_stream_tbl_lock, flags); in mwifiex_11n_delete_all_tx_ba_stream_tbl()
544 spin_lock_irqsave(&priv->tx_ba_stream_tbl_lock, flags); in mwifiex_get_ba_tbl()
548 spin_unlock_irqrestore(&priv->tx_ba_stream_tbl_lock, in mwifiex_get_ba_tbl()
553 spin_unlock_irqrestore(&priv->tx_ba_stream_tbl_lock, flags); in mwifiex_get_ba_tbl()
587 spin_lock_irqsave(&priv->tx_ba_stream_tbl_lock, flags); in mwifiex_create_ba_tbl()
589 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.c710 spin_lock_irqsave(&priv->tx_ba_stream_tbl_lock, flags); in mwifiex_del_ba_tbl()
712 spin_unlock_irqrestore(&priv->tx_ba_stream_tbl_lock, flags); in mwifiex_del_ba_tbl()
Dinit.c482 spin_lock_init(&priv->tx_ba_stream_tbl_lock); in mwifiex_init_lock_list()
Dmain.h619 spinlock_t tx_ba_stream_tbl_lock; member