Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/marvell/mwifiex/
D11n_rxreorder.c253 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()
297 spin_lock_irqsave(&ctx->priv->rx_reorder_tbl_lock, flags); in mwifiex_flush_data()
301 spin_unlock_irqrestore(&ctx->priv->rx_reorder_tbl_lock, flags); in mwifiex_flush_data()
309 spin_unlock_irqrestore(&ctx->priv->rx_reorder_tbl_lock, flags); in mwifiex_flush_data()
336 spin_lock_irqsave(&priv->rx_reorder_tbl_lock, flags); in mwifiex_11n_create_rx_reorder_tbl()
340 spin_unlock_irqrestore(&priv->rx_reorder_tbl_lock, flags); in mwifiex_11n_create_rx_reorder_tbl()
343 spin_unlock_irqrestore(&priv->rx_reorder_tbl_lock, flags); in mwifiex_11n_create_rx_reorder_tbl()
402 spin_lock_irqsave(&priv->rx_reorder_tbl_lock, flags); in mwifiex_11n_create_rx_reorder_tbl()
404 spin_unlock_irqrestore(&priv->rx_reorder_tbl_lock, flags); in mwifiex_11n_create_rx_reorder_tbl()
[all …]
D11n.c692 spin_lock_irqsave(&priv->rx_reorder_tbl_lock, flags); in mwifiex_11n_delba()
699 spin_unlock_irqrestore(&priv->rx_reorder_tbl_lock, in mwifiex_11n_delba()
704 spin_unlock_irqrestore(&priv->rx_reorder_tbl_lock, flags); in mwifiex_11n_delba()
735 spin_lock_irqsave(&priv->rx_reorder_tbl_lock, flags); in mwifiex_get_rx_reorder_tbl()
754 spin_unlock_irqrestore(&priv->rx_reorder_tbl_lock, flags); in mwifiex_get_rx_reorder_tbl()
Duap_txrx.c424 spin_lock_irqsave(&priv->rx_reorder_tbl_lock, flags); in mwifiex_process_uap_rx_packet()
429 spin_unlock_irqrestore(&priv->rx_reorder_tbl_lock, flags); in mwifiex_process_uap_rx_packet()
432 spin_unlock_irqrestore(&priv->rx_reorder_tbl_lock, flags); in mwifiex_process_uap_rx_packet()
Dinit.c483 spin_lock_init(&priv->rx_reorder_tbl_lock); in mwifiex_init_lock_list()
Dmain.h626 spinlock_t rx_reorder_tbl_lock; member