Searched refs:WORK_RX_HALT (Results 1 – 2 of 2) sorted by relevance
323 !test_bit(WORK_RX_HALT, &hw->usb_flags)) { in submit_rx_urb()331 if (!test_and_set_bit(WORK_RX_HALT, &hw->usb_flags)) in submit_rx_urb()421 if (test_bit(WORK_RX_HALT, &hw->usb_flags)) { in hfa384x_usb_defer()434 clear_bit(WORK_RX_HALT, &hw->usb_flags); in hfa384x_usb_defer()2556 sched |= !test_and_set_bit(WORK_RX_HALT, &hw->usb_flags); in hfa384x_tx_timeout()2929 if (!test_and_set_bit(WORK_RX_HALT, &hw->usb_flags)) in hfa384x_usbin_callback()
1046 #define WORK_RX_HALT 2 macro