Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/pkt_capture/core/src/
H A Dwlan_pkt_capture_main.c230 qdf_spin_lock_bh(&vdev_priv->lock_q); in pkt_capture_process_ppdu_stats()
233 qdf_spin_unlock_bh(&vdev_priv->lock_q); in pkt_capture_process_ppdu_stats()
257 qdf_spin_lock_bh(&vdev_priv->lock_q); in pkt_capture_process_ppdu_stats()
261 qdf_spin_unlock_bh(&vdev_priv->lock_q); in pkt_capture_process_ppdu_stats()
1096 qdf_spinlock_create(&vdev_priv->lock_q); in pkt_capture_vdev_create_notification()
1146 qdf_spinlock_destroy(&vdev_priv->lock_q); in pkt_capture_vdev_destroy_notification()
H A Dwlan_pkt_capture_data_txrx.c307 qdf_spin_lock_bh(&vdev_priv->lock_q); in pkt_capture_update_tx_status()
310 qdf_spin_unlock_bh(&vdev_priv->lock_q); in pkt_capture_update_tx_status()
327 qdf_spin_unlock_bh(&vdev_priv->lock_q); in pkt_capture_update_tx_status()
/wlan-driver/qcacld-3.0/components/pkt_capture/core/inc/
H A Dwlan_pkt_capture_priv.h78 qdf_spinlock_t lock_q; member