Home
last modified time | relevance | path

Searched defs:HIF_USB_PIPE (Results 1 – 1 of 1) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/hif/src/usb/
H A Dif_usb.h93 struct HIF_USB_PIPE { struct
94 DL_LIST urb_list_head;
95 DL_LIST urb_pending_list;
96 int32_t urb_alloc;
97 int32_t urb_cnt;
98 int32_t urb_cnt_thresh;
99 unsigned int usb_pipe_handle;
100 uint32_t flags;
124 struct HIF_USB_PIPE pipes[HIF_USB_PIPE_MAX]; argument