Searched refs:tx_ba_stream_tbl_lock (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/net/wireless/marvell/mwifiex/ |
D | 11n.c | 89 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 …]
|
D | 11n.h | 154 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()
|
D | 11n_rxreorder.c | 710 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()
|
D | init.c | 482 spin_lock_init(&priv->tx_ba_stream_tbl_lock); in mwifiex_init_lock_list()
|
D | main.h | 619 spinlock_t tx_ba_stream_tbl_lock; member
|