Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/wlan-ng/
Dhfa384x_usb.c352 !test_bit(WORK_RX_HALT, &hw->usb_flags)) { in submit_rx_urb()
360 if (!test_and_set_bit(WORK_RX_HALT, &hw->usb_flags)) in submit_rx_urb()
450 if (test_bit(WORK_RX_HALT, &hw->usb_flags)) { in hfa384x_usb_defer()
463 clear_bit(WORK_RX_HALT, &hw->usb_flags); in hfa384x_usb_defer()
2707 sched |= !test_and_set_bit(WORK_RX_HALT, &hw->usb_flags); in hfa384x_tx_timeout()
3080 if (!test_and_set_bit(WORK_RX_HALT, &hw->usb_flags)) in hfa384x_usbin_callback()
Dhfa384x.h1253 #define WORK_RX_HALT 2 macro