Home
last modified time | relevance | path

Searched refs:WORK_TX_HALT (Results 1 – 2 of 2) sorted by relevance

/drivers/staging/wlan-ng/
Dhfa384x_usb.c403 && !test_bit(WORK_TX_HALT, &hw->usb_flags)) { in submit_tx_urb()
411 set_bit(WORK_TX_HALT, &hw->usb_flags); in submit_tx_urb()
482 if (test_bit(WORK_TX_HALT, &hw->usb_flags)) { in hfa384x_usb_defer()
494 clear_bit(WORK_TX_HALT, &hw->usb_flags); in hfa384x_usb_defer()
2805 sched = !test_and_set_bit(WORK_TX_HALT, &hw->usb_flags); in hfa384x_tx_timeout()
3049 test_bit(WORK_TX_HALT, &hw->usb_flags) || hw->wlandev->hwremoved) in hfa384x_usbctlxq_run()
3098 set_bit(WORK_TX_HALT, &hw->usb_flags); in hfa384x_usbctlxq_run()
3721 (WORK_TX_HALT, &hw->usb_flags)) in hfa384x_usbout_callback()
3853 !test_and_set_bit(WORK_TX_HALT, &hw->usb_flags)) { in hfa384x_ctlxout_callback()
Dhfa384x.h1244 #define WORK_TX_HALT 3 macro