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.c261 return list_entry(hw->ctlxq.active.next, struct hfa384x_usbctlx, list); in get_active_ctlx()
512 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()
1081 spin_unlock_irqrestore(&hw->ctlxq.lock, flags); in hfa384x_usbctlx_complete_sync()
1096 spin_unlock_irqrestore(&hw->ctlxq.lock, flags); in hfa384x_usbctlx_complete_sync()
1104 spin_lock_irqsave(&hw->ctlxq.lock, flags); in hfa384x_usbctlx_complete_sync()
[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