Home
last modified time | relevance | path

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

/drivers/net/wireless/mwifiex/
D11n_rxreorder.c201 spin_lock_irqsave(&priv->rx_reorder_tbl_lock, flags); in mwifiex_del_rx_reorder_entry()
203 spin_unlock_irqrestore(&priv->rx_reorder_tbl_lock, flags); in mwifiex_del_rx_reorder_entry()
224 spin_lock_irqsave(&priv->rx_reorder_tbl_lock, flags); in mwifiex_11n_get_rx_reorder_tbl()
227 spin_unlock_irqrestore(&priv->rx_reorder_tbl_lock, in mwifiex_11n_get_rx_reorder_tbl()
232 spin_unlock_irqrestore(&priv->rx_reorder_tbl_lock, flags); in mwifiex_11n_get_rx_reorder_tbl()
248 spin_lock_irqsave(&priv->rx_reorder_tbl_lock, flags); in mwifiex_11n_del_rx_reorder_tbl_by_ta()
251 spin_unlock_irqrestore(&priv->rx_reorder_tbl_lock, in mwifiex_11n_del_rx_reorder_tbl_by_ta()
254 spin_lock_irqsave(&priv->rx_reorder_tbl_lock, flags); in mwifiex_11n_del_rx_reorder_tbl_by_ta()
257 spin_unlock_irqrestore(&priv->rx_reorder_tbl_lock, flags); in mwifiex_11n_del_rx_reorder_tbl_by_ta()
274 spin_lock_irqsave(&priv->rx_reorder_tbl_lock, flags); in mwifiex_11n_find_last_seq_num()
[all …]
D11n.c651 spin_lock_irqsave(&priv->rx_reorder_tbl_lock, flags); in mwifiex_get_rx_reorder_tbl()
670 spin_unlock_irqrestore(&priv->rx_reorder_tbl_lock, flags); in mwifiex_get_rx_reorder_tbl()
Dinit.c472 spin_lock_init(&priv->rx_reorder_tbl_lock); in mwifiex_init_lock_list()
Dmain.h518 spinlock_t rx_reorder_tbl_lock; member