Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_tx_hl.c1306 qdf_spinlock_create(&vdev->tcp_ack_hash.tcp_free_list_lock);
1327 qdf_spin_lock_bh(&vdev->tcp_ack_hash.tcp_free_list_lock);
1333 qdf_spin_unlock_bh(&vdev->tcp_ack_hash.tcp_free_list_lock);
1348 qdf_spin_lock_bh(&vdev->tcp_ack_hash.tcp_free_list_lock);
1356 qdf_spin_unlock_bh(&vdev->tcp_ack_hash.tcp_free_list_lock);
1369 qdf_spin_lock_bh(&vdev->tcp_ack_hash.tcp_free_list_lock);
1374 qdf_spin_unlock_bh(&vdev->tcp_ack_hash.tcp_free_list_lock);
H A Dol_txrx_types.h1311 qdf_spinlock_t tcp_free_list_lock; member