Searched refs:usb_flags (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/drivers/staging/wlan-ng/ |
D | hfa384x_usb.c | 346 !test_bit(WORK_RX_HALT, &hw->usb_flags)) { in submit_rx_urb() 354 if (!test_and_set_bit(WORK_RX_HALT, &hw->usb_flags)) in submit_rx_urb() 396 !test_bit(WORK_TX_HALT, &hw->usb_flags)) { in submit_tx_urb() 404 set_bit(WORK_TX_HALT, &hw->usb_flags); in submit_tx_urb() 444 if (test_bit(WORK_RX_HALT, &hw->usb_flags)) { in hfa384x_usb_defer() 457 clear_bit(WORK_RX_HALT, &hw->usb_flags); in hfa384x_usb_defer() 458 set_bit(WORK_RX_RESUME, &hw->usb_flags); in hfa384x_usb_defer() 463 if (test_bit(WORK_RX_RESUME, &hw->usb_flags)) { in hfa384x_usb_defer() 472 clear_bit(WORK_RX_RESUME, &hw->usb_flags); in hfa384x_usb_defer() 477 if (test_bit(WORK_TX_HALT, &hw->usb_flags)) { in hfa384x_usb_defer() [all …]
|
D | hfa384x.h | 1250 unsigned long usb_flags; member
|