Home
last modified time | relevance | path

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

/drivers/staging/wlan-ng/
Dhfa384x_usb.c548 INIT_LIST_HEAD(&hw->ctlxq.reapable); in hfa384x_create()
1302 ctlx->reapable = 1; in hfa384x_usbctlx_complete_sync()
1388 ctlx->reapable = mode; in hfa384x_docmd()
1474 ctlx->reapable = mode; in hfa384x_dorrid()
1559 ctlx->reapable = mode; in hfa384x_dowrid()
1652 ctlx->reapable = mode; in hfa384x_dormem()
1742 ctlx->reapable = mode; in hfa384x_dowmem()
2839 list_for_each_safe(entry, temp, &hw->ctlxq.reapable) { in hfa384x_usbctlx_reaper_task()
2911 if (ctlx->reapable) { in hfa384x_usbctlx_completion_task()
2917 list_move_tail(&ctlx->list, &hw->ctlxq.reapable); in hfa384x_usbctlx_completion_task()
Dprism2usb.c216 list_splice_init(&hw->ctlxq.reapable, &cleanlist); in prism2sta_disconnect_usb()
Dhfa384x.h1169 volatile int reapable; /* Food for the reaper task */ member
1183 struct list_head reapable; member