Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/ath/ath6kl/
Dusb.c45 struct list_head urb_list_head; member
136 if (!list_empty(&pipe->urb_list_head)) { in ath6kl_usb_alloc_urb_from_pipe()
138 list_first_entry(&pipe->urb_list_head, in ath6kl_usb_alloc_urb_from_pipe()
156 list_add(&urb_context->link, &pipe->urb_list_head); in ath6kl_usb_free_urb_to_pipe()
180 INIT_LIST_HEAD(&pipe->urb_list_head); in ath6kl_usb_alloc_pipe_resources()