Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/wlan-ng/
H A Dhfa384x_usb.c323 !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()
H A Dhfa384x.h1046 #define WORK_RX_HALT 2 macro