Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/wlan-ng/
H A Dhfa384x_usb.c512 spin_lock_init(&hw->ctlxq.lock); in hfa384x_create()
513 INIT_LIST_HEAD(&hw->ctlxq.pending); in hfa384x_create()
514 INIT_LIST_HEAD(&hw->ctlxq.active); in hfa384x_create()
515 INIT_LIST_HEAD(&hw->ctlxq.completing); in hfa384x_create()
516 INIT_LIST_HEAD(&hw->ctlxq.reapable); in hfa384x_create()
1073 spin_lock_irqsave(&hw->ctlxq.lock, flags); in hfa384x_usbctlx_complete_sync()
2795 if (!list_empty(&hw->ctlxq.active) || in hfa384x_usbctlxq_run()
3082 if (list_empty(&hw->ctlxq.active)) in hfa384x_usbin_ctlx()
3548 if (list_empty(&hw->ctlxq.active)) { in hfa384x_ctlxout_callback()
3666 if (!list_empty(&hw->ctlxq.active)) { in hfa384x_usbctlx_reqtimerfn()
[all …]
H 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()
H A Dhfa384x.h1032 struct hfa384x_usbctlxq ctlxq; member