Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hif/src/usb/
H A Dhif_usb_internal.h81 #define HIF_USB_PIPE_FLAG_TX (1 << 0) macro
H A Dusbdrv.c426 pipe->flags |= HIF_USB_PIPE_FLAG_TX; in usb_hif_setup_pipe_resources()
1244 if (pipe->flags & HIF_USB_PIPE_FLAG_TX) { in usb_hif_io_complete()