Searched refs:txq_spinlock (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/staging/wilc1000/ |
D | wilc_wlan.c | 168 spin_lock_irqsave(&g_linux_wlan->txq_spinlock, flags); in wilc_wlan_txq_remove_from_head() 183 spin_unlock_irqrestore(&g_linux_wlan->txq_spinlock, flags); in wilc_wlan_txq_remove_from_head() 191 spin_lock_irqsave(&g_linux_wlan->txq_spinlock, flags); in wilc_wlan_txq_add_to_tail() 207 spin_unlock_irqrestore(&g_linux_wlan->txq_spinlock, flags); in wilc_wlan_txq_add_to_tail() 225 spin_lock_irqsave(&g_linux_wlan->txq_spinlock, flags); in wilc_wlan_txq_add_to_head() 241 spin_unlock_irqrestore(&g_linux_wlan->txq_spinlock, flags); in wilc_wlan_txq_add_to_head() 338 spin_lock_irqsave(&g_linux_wlan->txq_spinlock, flags); in remove_TCP_related() 340 spin_unlock_irqrestore(&g_linux_wlan->txq_spinlock, flags); in remove_TCP_related() 359 spin_lock_irqsave(&wilc->txq_spinlock, flags); in tcp_process() 407 spin_unlock_irqrestore(&wilc->txq_spinlock, flags); in tcp_process() [all …]
|
D | wilc_wfi_netdevice.h | 170 spinlock_t txq_spinlock; member
|
D | linux_wlan.c | 967 spin_lock_init(&wl->txq_spinlock); in wlan_init_locks()
|