Home
last modified time | relevance | path

Searched refs:ol_rx_queue_lock (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qcacld-3.0/core/cds/src/
H A Dcds_sched.c473 spin_lock_init(&pSchedContext->ol_rx_queue_lock); in cds_sched_open()
609 spin_lock_bh(&pSchedContext->ol_rx_queue_lock); in cds_indicate_rxpkt()
611 spin_unlock_bh(&pSchedContext->ol_rx_queue_lock); in cds_indicate_rxpkt()
649 spin_lock_bh(&pSchedContext->ol_rx_queue_lock); in cds_drop_rxpkt_by_staid()
651 spin_unlock_bh(&pSchedContext->ol_rx_queue_lock); in cds_drop_rxpkt_by_staid()
659 spin_unlock_bh(&pSchedContext->ol_rx_queue_lock); in cds_drop_rxpkt_by_staid()
699 spin_lock_bh(&pSchedContext->ol_rx_queue_lock); in cds_rx_from_queue()
705 spin_unlock_bh(&pSchedContext->ol_rx_queue_lock); in cds_rx_from_queue()
709 spin_lock_bh(&pSchedContext->ol_rx_queue_lock); in cds_rx_from_queue()
712 spin_unlock_bh(&pSchedContext->ol_rx_queue_lock); in cds_rx_from_queue()
[all …]
/wlan-driver/qcacld-3.0/core/cds/inc/
H A Dcds_sched.h120 spinlock_t ol_rx_queue_lock; member