Searched refs:WORK_TX_HALT (Results 1 – 2 of 2) sorted by relevance
394 !test_bit(WORK_TX_HALT, &hw->usb_flags)) { in submit_tx_urb()402 set_bit(WORK_TX_HALT, &hw->usb_flags); in submit_tx_urb()475 if (test_bit(WORK_TX_HALT, &hw->usb_flags)) { in hfa384x_usb_defer()487 clear_bit(WORK_TX_HALT, &hw->usb_flags); in hfa384x_usb_defer()2576 sched = !test_and_set_bit(WORK_TX_HALT, &hw->usb_flags); in hfa384x_tx_timeout()2817 test_bit(WORK_TX_HALT, &hw->usb_flags) || hw->wlandev->hwremoved) in hfa384x_usbctlxq_run()2866 set_bit(WORK_TX_HALT, &hw->usb_flags); in hfa384x_usbctlxq_run()3491 if (!test_and_set_bit(WORK_TX_HALT, &hw->usb_flags)) in hfa384x_usbout_callback()3622 !test_and_set_bit(WORK_TX_HALT, &hw->usb_flags)) { in hfa384x_ctlxout_callback()
1239 #define WORK_TX_HALT 3 macro