Searched refs:usb_flags (Results 1 – 2 of 2) sorted by relevance
| /Linux-v6.6/drivers/staging/wlan-ng/ |
| D | hfa384x_usb.c | 323 !test_bit(WORK_RX_HALT, &hw->usb_flags)) { in submit_rx_urb() 331 if (!test_and_set_bit(WORK_RX_HALT, &hw->usb_flags)) in submit_rx_urb() 373 !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() 421 if (test_bit(WORK_RX_HALT, &hw->usb_flags)) { in hfa384x_usb_defer() 434 clear_bit(WORK_RX_HALT, &hw->usb_flags); in hfa384x_usb_defer() 435 set_bit(WORK_RX_RESUME, &hw->usb_flags); in hfa384x_usb_defer() 440 if (test_bit(WORK_RX_RESUME, &hw->usb_flags)) { in hfa384x_usb_defer() 449 clear_bit(WORK_RX_RESUME, &hw->usb_flags); in hfa384x_usb_defer() 454 if (test_bit(WORK_TX_HALT, &hw->usb_flags)) { in hfa384x_usb_defer() [all …]
|
| D | hfa384x.h | 1043 unsigned long usb_flags; member
|