Home
last modified time | relevance | path

Searched refs:reo_rxq_flush_lock (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/dev/athk/ath12k/
H A Ddp_rx.c376 spin_lock_bh(&dp->reo_rxq_flush_lock); in ath12k_dp_rx_reo_cmd_list_cleanup()
390 spin_unlock_bh(&dp->reo_rxq_flush_lock); in ath12k_dp_rx_reo_cmd_list_cleanup()
419 spin_lock_bh(&dp->reo_rxq_flush_lock); in ath12k_dp_rx_process_reo_cmd_update_rx_queue_list()
440 spin_unlock_bh(&dp->reo_rxq_flush_lock); in ath12k_dp_rx_process_reo_cmd_update_rx_queue_list()
474 spin_lock_bh(&dp->reo_rxq_flush_lock); in ath12k_dp_rx_tid_del_func()
501 spin_unlock_bh(&dp->reo_rxq_flush_lock); in ath12k_dp_rx_tid_del_func()
522 spin_lock_bh(&dp->reo_rxq_flush_lock); in ath12k_dp_mark_tid_as_inactive()
532 spin_unlock_bh(&dp->reo_rxq_flush_lock); in ath12k_dp_mark_tid_as_inactive()
579 spin_lock_bh(&dp->reo_rxq_flush_lock); in ath12k_dp_prepare_reo_update_elem()
581 spin_unlock_bh(&dp->reo_rxq_flush_lock); in ath12k_dp_prepare_reo_update_elem()
H A Ddp.h486 spinlock_t reo_rxq_flush_lock; member
H A Ddp.c1496 spin_lock_init(&dp->reo_rxq_flush_lock); in ath12k_dp_setup()