Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/wireless/marvell/mwifiex/
D11n_rxreorder.c118 spin_lock_bh(&priv->rx_reorder_tbl_lock); in mwifiex_11n_dispatch_pkt_until_start_win()
142 spin_unlock_bh(&priv->rx_reorder_tbl_lock); in mwifiex_11n_dispatch_pkt_until_start_win()
165 spin_lock_bh(&priv->rx_reorder_tbl_lock); in mwifiex_11n_scan_and_dispatch()
188 spin_unlock_bh(&priv->rx_reorder_tbl_lock); in mwifiex_11n_scan_and_dispatch()
224 spin_lock_bh(&priv->rx_reorder_tbl_lock); in mwifiex_del_rx_reorder_entry()
226 spin_unlock_bh(&priv->rx_reorder_tbl_lock); in mwifiex_del_rx_reorder_entry()
246 spin_lock_bh(&priv->rx_reorder_tbl_lock); in mwifiex_11n_get_rx_reorder_tbl()
249 spin_unlock_bh(&priv->rx_reorder_tbl_lock); in mwifiex_11n_get_rx_reorder_tbl()
253 spin_unlock_bh(&priv->rx_reorder_tbl_lock); in mwifiex_11n_get_rx_reorder_tbl()
268 spin_lock_bh(&priv->rx_reorder_tbl_lock); in mwifiex_11n_del_rx_reorder_tbl_by_ta()
[all …]
D11n.c684 spin_lock_bh(&priv->rx_reorder_tbl_lock); in mwifiex_11n_delba()
695 spin_unlock_bh(&priv->rx_reorder_tbl_lock); in mwifiex_11n_delba()
725 spin_lock_bh(&priv->rx_reorder_tbl_lock); in mwifiex_get_rx_reorder_tbl()
744 spin_unlock_bh(&priv->rx_reorder_tbl_lock); in mwifiex_get_rx_reorder_tbl()
Dinit.c478 spin_lock_init(&priv->rx_reorder_tbl_lock); in mwifiex_init_lock_list()
Dmain.h627 spinlock_t rx_reorder_tbl_lock; member