Home
last modified time | relevance | path

Searched refs:urb_list_head (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/
H A Dusb.c45 struct list_head urb_list_head; member
65 /* protects pipe->urb_list_head and pipe->urb_cnt */
140 if (!list_empty(&pipe->urb_list_head)) { in ath6kl_usb_alloc_urb_from_pipe()
142 list_first_entry(&pipe->urb_list_head, in ath6kl_usb_alloc_urb_from_pipe()
164 list_add(&urb_context->link, &pipe->urb_list_head); in ath6kl_usb_free_urb_to_pipe()
188 INIT_LIST_HEAD(&pipe->urb_list_head); in ath6kl_usb_alloc_pipe_resources()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/
H A Dusb.c45 struct list_head urb_list_head; member
65 /* protects pipe->urb_list_head and pipe->urb_cnt */
141 if (!list_empty(&pipe->urb_list_head)) { in ath6kl_usb_alloc_urb_from_pipe()
143 list_first_entry(&pipe->urb_list_head, in ath6kl_usb_alloc_urb_from_pipe()
165 list_add(&urb_context->link, &pipe->urb_list_head); in ath6kl_usb_free_urb_to_pipe()
189 INIT_LIST_HEAD(&pipe->urb_list_head); in ath6kl_usb_alloc_pipe_resources()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H A Dusb.h73 struct list_head urb_list_head; member
93 /* protects pipe->urb_list_head and pipe->urb_cnt */
H A Dusb.c46 if (!list_empty(&pipe->urb_list_head)) { in ath10k_usb_alloc_urb_from_pipe()
47 urb_context = list_first_entry(&pipe->urb_list_head, in ath10k_usb_alloc_urb_from_pipe()
69 list_add(&urb_context->link, &pipe->urb_list_head); in ath10k_usb_free_urb_to_pipe()
790 INIT_LIST_HEAD(&pipe->urb_list_head); in ath10k_usb_alloc_pipe_resources()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H A Dusb.h73 struct list_head urb_list_head; member
93 /* protects pipe->urb_list_head and pipe->urb_cnt */
H A Dusb.c46 if (!list_empty(&pipe->urb_list_head)) { in ath10k_usb_alloc_urb_from_pipe()
47 urb_context = list_first_entry(&pipe->urb_list_head, in ath10k_usb_alloc_urb_from_pipe()
69 list_add(&urb_context->link, &pipe->urb_list_head); in ath10k_usb_free_urb_to_pipe()
798 INIT_LIST_HEAD(&pipe->urb_list_head); in ath10k_usb_alloc_pipe_resources()

Completed in 7 milliseconds