Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/staging/wlan-ng/
Dhfa384x_usb.c282 return list_entry(hw->ctlxq.active.next, struct hfa384x_usbctlx, list); in get_active_ctlx()
533 spin_lock_init(&hw->ctlxq.lock); in hfa384x_create()
534 INIT_LIST_HEAD(&hw->ctlxq.pending); in hfa384x_create()
535 INIT_LIST_HEAD(&hw->ctlxq.active); in hfa384x_create()
536 INIT_LIST_HEAD(&hw->ctlxq.completing); in hfa384x_create()
537 INIT_LIST_HEAD(&hw->ctlxq.reapable); in hfa384x_create()
1094 spin_lock_irqsave(&hw->ctlxq.lock, flags); in hfa384x_usbctlx_complete_sync()
1102 spin_unlock_irqrestore(&hw->ctlxq.lock, flags); in hfa384x_usbctlx_complete_sync()
1117 spin_unlock_irqrestore(&hw->ctlxq.lock, flags); in hfa384x_usbctlx_complete_sync()
1125 spin_lock_irqsave(&hw->ctlxq.lock, flags); in hfa384x_usbctlx_complete_sync()
[all …]
Dprism2usb.c157 spin_lock_irqsave(&hw->ctlxq.lock, flags); in prism2sta_disconnect_usb()
160 list_splice_init(&hw->ctlxq.reapable, &cleanlist); in prism2sta_disconnect_usb()
161 list_splice_init(&hw->ctlxq.completing, &cleanlist); in prism2sta_disconnect_usb()
162 list_splice_init(&hw->ctlxq.pending, &cleanlist); in prism2sta_disconnect_usb()
163 list_splice_init(&hw->ctlxq.active, &cleanlist); in prism2sta_disconnect_usb()
165 spin_unlock_irqrestore(&hw->ctlxq.lock, flags); in prism2sta_disconnect_usb()
Dhfa384x.h1224 struct hfa384x_usbctlxq ctlxq; member