Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/staging/wlan-ng/
A Dhfa384x_usb.c533 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()
2816 if (!list_empty(&hw->ctlxq.active) || in hfa384x_usbctlxq_run()
3103 if (list_empty(&hw->ctlxq.active)) in hfa384x_usbin_ctlx()
3569 if (list_empty(&hw->ctlxq.active)) { in hfa384x_ctlxout_callback()
3687 if (!list_empty(&hw->ctlxq.active)) { in hfa384x_usbctlx_reqtimerfn()
[all …]
A 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()
A Dhfa384x.h1053 struct hfa384x_usbctlxq ctlxq; member

Completed in 15 milliseconds