Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/wlan-ng/
Dhfa384x_usb.c402 !test_bit(WORK_TX_HALT, &hw->usb_flags)) { in submit_tx_urb()
410 set_bit(WORK_TX_HALT, &hw->usb_flags); in submit_tx_urb()
483 if (test_bit(WORK_TX_HALT, &hw->usb_flags)) { in hfa384x_usb_defer()
495 clear_bit(WORK_TX_HALT, &hw->usb_flags); in hfa384x_usb_defer()
2706 sched = !test_and_set_bit(WORK_TX_HALT, &hw->usb_flags); in hfa384x_tx_timeout()
2947 test_bit(WORK_TX_HALT, &hw->usb_flags) || hw->wlandev->hwremoved) in hfa384x_usbctlxq_run()
2996 set_bit(WORK_TX_HALT, &hw->usb_flags); in hfa384x_usbctlxq_run()
3616 (WORK_TX_HALT, &hw->usb_flags)) in hfa384x_usbout_callback()
3749 !test_and_set_bit(WORK_TX_HALT, &hw->usb_flags)) { in hfa384x_ctlxout_callback()
Dhfa384x.h1254 #define WORK_TX_HALT 3 macro