Searched refs:tx_ba_stream_tbl_lock (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/net/wireless/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() 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 …]
|
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 | 695 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()
|
D | init.c | 500 spin_lock_init(&priv->tx_ba_stream_tbl_lock); in mwifiex_init_lock_list()
|
D | main.h | 536 spinlock_t tx_ba_stream_tbl_lock; member
|