Home
last modified time | relevance | path

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

/drivers/staging/wlan-ng/
Dhfa384x_usb.c282 return list_entry(hw->ctlxq.active.next, struct hfa384x_usbctlx, list); in get_active_ctlx()
540 spin_lock_init(&hw->ctlxq.lock); in hfa384x_create()
541 INIT_LIST_HEAD(&hw->ctlxq.pending); in hfa384x_create()
542 INIT_LIST_HEAD(&hw->ctlxq.active); in hfa384x_create()
543 INIT_LIST_HEAD(&hw->ctlxq.completing); in hfa384x_create()
544 INIT_LIST_HEAD(&hw->ctlxq.reapable); in hfa384x_create()
1103 spin_lock_irqsave(&hw->ctlxq.lock, flags); in hfa384x_usbctlx_complete_sync()
1111 spin_unlock_irqrestore(&hw->ctlxq.lock, flags); in hfa384x_usbctlx_complete_sync()
1126 spin_unlock_irqrestore(&hw->ctlxq.lock, flags); in hfa384x_usbctlx_complete_sync()
1134 spin_lock_irqsave(&hw->ctlxq.lock, flags); in hfa384x_usbctlx_complete_sync()
[all …]
Dprism2usb.c151 spin_lock_irqsave(&hw->ctlxq.lock, flags); in prism2sta_disconnect_usb()
154 list_splice_init(&hw->ctlxq.reapable, &cleanlist); in prism2sta_disconnect_usb()
155 list_splice_init(&hw->ctlxq.completing, &cleanlist); in prism2sta_disconnect_usb()
156 list_splice_init(&hw->ctlxq.pending, &cleanlist); in prism2sta_disconnect_usb()
157 list_splice_init(&hw->ctlxq.active, &cleanlist); in prism2sta_disconnect_usb()
159 spin_unlock_irqrestore(&hw->ctlxq.lock, flags); in prism2sta_disconnect_usb()
Dhfa384x.h1239 struct hfa384x_usbctlxq ctlxq; member