Searched refs:usb_flags (Results 1 – 2 of 2) sorted by relevance
/drivers/staging/wlan-ng/ |
D | hfa384x_usb.c | 353 !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 …]
|
D | hfa384x.h | 1240 unsigned long usb_flags; member
|