Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/wlan-ng/
H A Dhfa384x_usb.c373 !test_bit(WORK_TX_HALT, &hw->usb_flags)) { in submit_tx_urb()
381 set_bit(WORK_TX_HALT, &hw->usb_flags); in submit_tx_urb()
454 if (test_bit(WORK_TX_HALT, &hw->usb_flags)) { in hfa384x_usb_defer()
466 clear_bit(WORK_TX_HALT, &hw->usb_flags); in hfa384x_usb_defer()
2555 sched = !test_and_set_bit(WORK_TX_HALT, &hw->usb_flags); in hfa384x_tx_timeout()
2796 test_bit(WORK_TX_HALT, &hw->usb_flags) || hw->wlandev->hwremoved) in hfa384x_usbctlxq_run()
2845 set_bit(WORK_TX_HALT, &hw->usb_flags); in hfa384x_usbctlxq_run()
3470 if (!test_and_set_bit(WORK_TX_HALT, &hw->usb_flags)) in hfa384x_usbout_callback()
3601 !test_and_set_bit(WORK_TX_HALT, &hw->usb_flags)) { in hfa384x_ctlxout_callback()
H A Dhfa384x.h1047 #define WORK_TX_HALT 3 macro