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()
402 !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()
449 if (test_bit(WORK_RX_HALT, &hw->usb_flags)) { in hfa384x_usb_defer()
462 clear_bit(WORK_RX_HALT, &hw->usb_flags); in hfa384x_usb_defer()
463 set_bit(WORK_RX_RESUME, &hw->usb_flags); in hfa384x_usb_defer()
468 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.h1240 unsigned long usb_flags; member