Home
last modified time | relevance | path

Searched refs:rx_reorder_tbl_lock (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/wireless/marvell/mwifiex/
H A D11n_rxreorder.c106 spin_lock_bh(&priv->rx_reorder_tbl_lock); in mwifiex_11n_dispatch_pkt_until_start_win()
130 spin_unlock_bh(&priv->rx_reorder_tbl_lock); in mwifiex_11n_dispatch_pkt_until_start_win()
153 spin_lock_bh(&priv->rx_reorder_tbl_lock); in mwifiex_11n_scan_and_dispatch()
176 spin_unlock_bh(&priv->rx_reorder_tbl_lock); in mwifiex_11n_scan_and_dispatch()
212 spin_lock_bh(&priv->rx_reorder_tbl_lock); in mwifiex_del_rx_reorder_entry()
214 spin_unlock_bh(&priv->rx_reorder_tbl_lock); in mwifiex_del_rx_reorder_entry()
234 spin_lock_bh(&priv->rx_reorder_tbl_lock); in mwifiex_11n_get_rx_reorder_tbl()
237 spin_unlock_bh(&priv->rx_reorder_tbl_lock); in mwifiex_11n_get_rx_reorder_tbl()
241 spin_unlock_bh(&priv->rx_reorder_tbl_lock); in mwifiex_11n_get_rx_reorder_tbl()
256 spin_lock_bh(&priv->rx_reorder_tbl_lock); in mwifiex_11n_del_rx_reorder_tbl_by_ta()
[all …]
H A D11n.c671 spin_lock_bh(&priv->rx_reorder_tbl_lock); in mwifiex_11n_delba()
682 spin_unlock_bh(&priv->rx_reorder_tbl_lock); in mwifiex_11n_delba()
712 spin_lock_bh(&priv->rx_reorder_tbl_lock); in mwifiex_get_rx_reorder_tbl()
731 spin_unlock_bh(&priv->rx_reorder_tbl_lock); in mwifiex_get_rx_reorder_tbl()
H A Dinit.c465 spin_lock_init(&priv->rx_reorder_tbl_lock); in mwifiex_init_lock_list()
H A Dmain.h609 spinlock_t rx_reorder_tbl_lock; member