Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/wlan-ng/
H A Dhfa384x_usb.c435 set_bit(WORK_RX_RESUME, &hw->usb_flags); in hfa384x_usb_defer()
440 if (test_bit(WORK_RX_RESUME, &hw->usb_flags)) { in hfa384x_usb_defer()
449 clear_bit(WORK_RX_RESUME, &hw->usb_flags); in hfa384x_usb_defer()
3763 !test_and_set_bit(WORK_RX_RESUME, &hw->usb_flags); in hfa384x_usb_throttlefn()
H A Dhfa384x.h1048 #define WORK_RX_RESUME 4 macro