Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/wlan-ng/
Dhfa384x_usb.c463 set_bit(WORK_RX_RESUME, &hw->usb_flags); in hfa384x_usb_defer()
468 if (test_bit(WORK_RX_RESUME, &hw->usb_flags)) { in hfa384x_usb_defer()
477 clear_bit(WORK_RX_RESUME, &hw->usb_flags); in hfa384x_usb_defer()
3992 !test_and_set_bit(WORK_RX_RESUME, &hw->usb_flags)) in hfa384x_usb_throttlefn()
Dhfa384x.h1245 #define WORK_RX_RESUME 4 macro