Searched refs:WORK_TX_HALT (Results 1 – 2 of 2) sorted by relevance
396 !test_bit(WORK_TX_HALT, &hw->usb_flags)) { in submit_tx_urb()404 set_bit(WORK_TX_HALT, &hw->usb_flags); in submit_tx_urb()477 if (test_bit(WORK_TX_HALT, &hw->usb_flags)) { in hfa384x_usb_defer()489 clear_bit(WORK_TX_HALT, &hw->usb_flags); in hfa384x_usb_defer()2586 sched = !test_and_set_bit(WORK_TX_HALT, &hw->usb_flags); in hfa384x_tx_timeout()2827 test_bit(WORK_TX_HALT, &hw->usb_flags) || hw->wlandev->hwremoved) in hfa384x_usbctlxq_run()2876 set_bit(WORK_TX_HALT, &hw->usb_flags); in hfa384x_usbctlxq_run()3495 if (!test_and_set_bit(WORK_TX_HALT, &hw->usb_flags)) in hfa384x_usbout_callback()3626 !test_and_set_bit(WORK_TX_HALT, &hw->usb_flags)) { in hfa384x_ctlxout_callback()
1254 #define WORK_TX_HALT 3 macro