Searched refs:urb_cnt (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/wireless/ath/ath10k/
H A Dusb.h77 u32 urb_cnt; member in struct:ath10k_usb_pipe
94 /* protects pipe->urb_list_head and pipe->urb_cnt */
H A Dusb.c50 pipe->urb_cnt--;
68 pipe->urb_cnt++;
95 pipe->urb_alloc, pipe->urb_cnt);
97 if (pipe->urb_alloc != pipe->urb_cnt) {
101 pipe->urb_alloc, pipe->urb_cnt);
176 pipe->urb_cnt >= pipe->urb_cnt_thresh) {
479 return ar_usb->pipes[pipe_id].urb_cnt;
793 int urb_cnt)
801 for (i = 0; i < urb_cnt; i++) {
791 ath10k_usb_alloc_pipe_resources(struct ath10k *ar, struct ath10k_usb_pipe *pipe, int urb_cnt) argument
/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dusb.c48 u32 urb_cnt; member in struct:ath6kl_usb_pipe
65 /* protects pipe->urb_list_head and pipe->urb_cnt */
146 pipe->urb_cnt--;
163 pipe->urb_cnt++;
184 int urb_cnt)
192 for (i = 0; i < urb_cnt; i++) {
232 pipe->urb_alloc, pipe->urb_cnt);
234 if (pipe->urb_alloc != pipe->urb_cnt) {
239 pipe->urb_alloc, pipe->urb_cnt);
554 pipe->urb_cnt >
183 ath6kl_usb_alloc_pipe_resources(struct ath6kl_usb_pipe *pipe, int urb_cnt) argument
[all...]

Completed in 129 milliseconds