Home
last modified time | relevance | path

Searched refs:urb_alloc (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/hif/src/usb/
H A Dusbdrv.c173 pipe->urb_alloc++; in usb_hif_alloc_pipe_resources()
181 pipe->urb_alloc); in usb_hif_alloc_pipe_resources()
203 pipe->usb_pipe_handle, pipe->urb_alloc, in usb_hif_free_pipe_resources()
206 if (pipe->urb_alloc != pipe->urb_cnt) { in usb_hif_free_pipe_resources()
209 pipe->usb_pipe_handle, pipe->urb_alloc, in usb_hif_free_pipe_resources()
1083 pipe->urb_cnt_thresh = pipe->urb_alloc / 2; in usb_hif_start_recv_pipes()
1103 pipe->urb_cnt_thresh = pipe->urb_alloc / 2; in usb_hif_start_recv_pipes()
1112 pipe->urb_cnt_thresh = pipe->urb_alloc / 2; in usb_hif_start_recv_pipes()
H A Dif_usb.h96 int32_t urb_alloc; member
H A Dhif_usb.c444 device->pipes[i].urb_alloc / 2; in hif_start()