Home
last modified time | relevance | path

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

/drivers/staging/wlan-ng/
Dhfa384x_usb.c353 !test_bit(WORK_RX_HALT, &hw->usb_flags)) { in submit_rx_urb()
361 if (!test_and_set_bit(WORK_RX_HALT, &hw->usb_flags)) in submit_rx_urb()
403 && !test_bit(WORK_TX_HALT, &hw->usb_flags)) { in submit_tx_urb()
411 set_bit(WORK_TX_HALT, &hw->usb_flags); in submit_tx_urb()
450 if (test_bit(WORK_RX_HALT, &hw->usb_flags)) { in hfa384x_usb_defer()
463 clear_bit(WORK_RX_HALT, &hw->usb_flags); in hfa384x_usb_defer()
464 set_bit(WORK_RX_RESUME, &hw->usb_flags); in hfa384x_usb_defer()
469 if (test_bit(WORK_RX_RESUME, &hw->usb_flags)) { in hfa384x_usb_defer()
477 clear_bit(WORK_RX_RESUME, &hw->usb_flags); in hfa384x_usb_defer()
482 if (test_bit(WORK_TX_HALT, &hw->usb_flags)) { in hfa384x_usb_defer()
[all …]
Dhfa384x.h1239 unsigned long usb_flags; member