Home
last modified time | relevance | path

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

/drivers/staging/wlan-ng/
Dhfa384x_usb.c344 !test_bit(WORK_RX_HALT, &hw->usb_flags)) { in submit_rx_urb()
352 if (!test_and_set_bit(WORK_RX_HALT, &hw->usb_flags)) in submit_rx_urb()
442 if (test_bit(WORK_RX_HALT, &hw->usb_flags)) { in hfa384x_usb_defer()
455 clear_bit(WORK_RX_HALT, &hw->usb_flags); in hfa384x_usb_defer()
2578 sched |= !test_and_set_bit(WORK_RX_HALT, &hw->usb_flags); in hfa384x_tx_timeout()
2951 if (!test_and_set_bit(WORK_RX_HALT, &hw->usb_flags)) in hfa384x_usbin_callback()
Dhfa384x.h1251 #define WORK_RX_HALT 2 macro