Searched refs:WORK_RX_HALT (Results 1 – 2 of 2) sorted by relevance
346 !test_bit(WORK_RX_HALT, &hw->usb_flags)) { in submit_rx_urb()354 if (!test_and_set_bit(WORK_RX_HALT, &hw->usb_flags)) in submit_rx_urb()444 if (test_bit(WORK_RX_HALT, &hw->usb_flags)) { in hfa384x_usb_defer()457 clear_bit(WORK_RX_HALT, &hw->usb_flags); in hfa384x_usb_defer()2587 sched |= !test_and_set_bit(WORK_RX_HALT, &hw->usb_flags); in hfa384x_tx_timeout()2960 if (!test_and_set_bit(WORK_RX_HALT, &hw->usb_flags)) in hfa384x_usbin_callback()
1253 #define WORK_RX_HALT 2 macro