Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/wlan-ng/
Dhfa384x_usb.c394 !test_bit(WORK_TX_HALT, &hw->usb_flags)) { in submit_tx_urb()
402 set_bit(WORK_TX_HALT, &hw->usb_flags); in submit_tx_urb()
475 if (test_bit(WORK_TX_HALT, &hw->usb_flags)) { in hfa384x_usb_defer()
487 clear_bit(WORK_TX_HALT, &hw->usb_flags); in hfa384x_usb_defer()
2577 sched = !test_and_set_bit(WORK_TX_HALT, &hw->usb_flags); in hfa384x_tx_timeout()
2818 test_bit(WORK_TX_HALT, &hw->usb_flags) || hw->wlandev->hwremoved) in hfa384x_usbctlxq_run()
2867 set_bit(WORK_TX_HALT, &hw->usb_flags); in hfa384x_usbctlxq_run()
3492 if (!test_and_set_bit(WORK_TX_HALT, &hw->usb_flags)) in hfa384x_usbout_callback()
3623 !test_and_set_bit(WORK_TX_HALT, &hw->usb_flags)) { in hfa384x_ctlxout_callback()
Dhfa384x.h1252 #define WORK_TX_HALT 3 macro