Lines Matching refs:flags
94 unsigned long flags; in mwifiex_11n_dispatch_pkt_until_start_win() local
101 spin_lock_irqsave(&priv->rx_pkt_lock, flags); in mwifiex_11n_dispatch_pkt_until_start_win()
107 spin_unlock_irqrestore(&priv->rx_pkt_lock, flags); in mwifiex_11n_dispatch_pkt_until_start_win()
112 spin_lock_irqsave(&priv->rx_pkt_lock, flags); in mwifiex_11n_dispatch_pkt_until_start_win()
123 spin_unlock_irqrestore(&priv->rx_pkt_lock, flags); in mwifiex_11n_dispatch_pkt_until_start_win()
140 unsigned long flags; in mwifiex_11n_scan_and_dispatch() local
143 spin_lock_irqsave(&priv->rx_pkt_lock, flags); in mwifiex_11n_scan_and_dispatch()
145 spin_unlock_irqrestore(&priv->rx_pkt_lock, flags); in mwifiex_11n_scan_and_dispatch()
150 spin_unlock_irqrestore(&priv->rx_pkt_lock, flags); in mwifiex_11n_scan_and_dispatch()
154 spin_lock_irqsave(&priv->rx_pkt_lock, flags); in mwifiex_11n_scan_and_dispatch()
167 spin_unlock_irqrestore(&priv->rx_pkt_lock, flags); in mwifiex_11n_scan_and_dispatch()
180 unsigned long flags; in mwifiex_del_rx_reorder_entry() local
186 spin_lock_irqsave(&priv->adapter->rx_proc_lock, flags); in mwifiex_del_rx_reorder_entry()
189 spin_unlock_irqrestore(&priv->adapter->rx_proc_lock, flags); in mwifiex_del_rx_reorder_entry()
192 spin_unlock_irqrestore(&priv->adapter->rx_proc_lock, flags); in mwifiex_del_rx_reorder_entry()
201 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()
208 spin_lock_irqsave(&priv->adapter->rx_proc_lock, flags); in mwifiex_del_rx_reorder_entry()
210 spin_unlock_irqrestore(&priv->adapter->rx_proc_lock, flags); in mwifiex_del_rx_reorder_entry()
222 unsigned long flags; in mwifiex_11n_get_rx_reorder_tbl() local
224 spin_lock_irqsave(&priv->rx_reorder_tbl_lock, flags); in mwifiex_11n_get_rx_reorder_tbl()
228 flags); in mwifiex_11n_get_rx_reorder_tbl()
232 spin_unlock_irqrestore(&priv->rx_reorder_tbl_lock, flags); in mwifiex_11n_get_rx_reorder_tbl()
243 unsigned long flags; in mwifiex_11n_del_rx_reorder_tbl_by_ta() local
248 spin_lock_irqsave(&priv->rx_reorder_tbl_lock, flags); in mwifiex_11n_del_rx_reorder_tbl_by_ta()
252 flags); 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()
271 unsigned long flags; in mwifiex_11n_find_last_seq_num() local
274 spin_lock_irqsave(&priv->rx_reorder_tbl_lock, flags); in mwifiex_11n_find_last_seq_num()
278 flags); in mwifiex_11n_find_last_seq_num()
282 spin_unlock_irqrestore(&priv->rx_reorder_tbl_lock, flags); in mwifiex_11n_find_last_seq_num()
330 unsigned long flags; in mwifiex_11n_create_rx_reorder_tbl() local
352 new_node->flags = 0; in mwifiex_11n_create_rx_reorder_tbl()
354 spin_lock_irqsave(&priv->sta_list_spinlock, flags); in mwifiex_11n_create_rx_reorder_tbl()
368 spin_unlock_irqrestore(&priv->sta_list_spinlock, flags); in mwifiex_11n_create_rx_reorder_tbl()
377 new_node->flags |= RXREOR_INIT_WINDOW_SHIFT; in mwifiex_11n_create_rx_reorder_tbl()
401 spin_lock_irqsave(&priv->rx_reorder_tbl_lock, flags); in mwifiex_11n_create_rx_reorder_tbl()
403 spin_unlock_irqrestore(&priv->rx_reorder_tbl_lock, flags); in mwifiex_11n_create_rx_reorder_tbl()
459 unsigned long flags; in mwifiex_cmd_11n_addba_rsp_gen() local
466 spin_lock_irqsave(&priv->sta_list_spinlock, flags); in mwifiex_cmd_11n_addba_rsp_gen()
470 spin_unlock_irqrestore(&priv->sta_list_spinlock, flags); in mwifiex_cmd_11n_addba_rsp_gen()
478 spin_unlock_irqrestore(&priv->sta_list_spinlock, flags); in mwifiex_cmd_11n_addba_rsp_gen()
571 if (tbl->flags & RXREOR_INIT_WINDOW_SHIFT) { in mwifiex_11n_rx_reorder_pkt()
573 tbl->flags &= ~RXREOR_INIT_WINDOW_SHIFT; in mwifiex_11n_rx_reorder_pkt()
576 if (tbl->flags & RXREOR_FORCE_NO_DROP) { in mwifiex_11n_rx_reorder_pkt()
579 tbl->flags &= ~RXREOR_FORCE_NO_DROP; in mwifiex_11n_rx_reorder_pkt()
665 unsigned long flags; in mwifiex_del_ba_tbl() local
699 spin_lock_irqsave(&priv->tx_ba_stream_tbl_lock, flags); in mwifiex_del_ba_tbl()
701 spin_unlock_irqrestore(&priv->tx_ba_stream_tbl_lock, flags); in mwifiex_del_ba_tbl()
787 unsigned long flags; in mwifiex_11n_cleanup_reorder_tbl() local
789 spin_lock_irqsave(&priv->rx_reorder_tbl_lock, flags); in mwifiex_11n_cleanup_reorder_tbl()
792 spin_unlock_irqrestore(&priv->rx_reorder_tbl_lock, flags); in mwifiex_11n_cleanup_reorder_tbl()
794 spin_lock_irqsave(&priv->rx_reorder_tbl_lock, flags); in mwifiex_11n_cleanup_reorder_tbl()
797 spin_unlock_irqrestore(&priv->rx_reorder_tbl_lock, flags); in mwifiex_11n_cleanup_reorder_tbl()
805 void mwifiex_update_rxreor_flags(struct mwifiex_adapter *adapter, u8 flags) in mwifiex_update_rxreor_flags() argument
825 tbl->flags = flags; in mwifiex_update_rxreor_flags()