Searched refs:rx_reorder_tbl_lock (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/net/wireless/marvell/mwifiex/ |
D | 11n_rxreorder.c | 253 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 …]
|
D | 11n.c | 692 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()
|
D | uap_txrx.c | 424 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()
|
D | init.c | 483 spin_lock_init(&priv->rx_reorder_tbl_lock); in mwifiex_init_lock_list()
|
D | main.h | 626 spinlock_t rx_reorder_tbl_lock; member
|