Lines Matching refs:ath6kl_usb_pipe
44 struct ath6kl_usb_pipe { struct
70 struct ath6kl_usb_pipe pipes[ATH6KL_USB_PIPE_MAX]; argument
80 struct ath6kl_usb_pipe *pipe;
131 ath6kl_usb_alloc_urb_from_pipe(struct ath6kl_usb_pipe *pipe) in ath6kl_usb_alloc_urb_from_pipe()
153 static void ath6kl_usb_free_urb_to_pipe(struct ath6kl_usb_pipe *pipe, in ath6kl_usb_free_urb_to_pipe()
183 static int ath6kl_usb_alloc_pipe_resources(struct ath6kl_usb_pipe *pipe, in ath6kl_usb_alloc_pipe_resources()
219 static void ath6kl_usb_free_pipe_resources(struct ath6kl_usb_pipe *pipe) in ath6kl_usb_free_pipe_resources()
309 struct ath6kl_usb_pipe *pipe; in ath6kl_usb_setup_pipe_resources()
416 static void ath6kl_usb_post_recv_transfers(struct ath6kl_usb_pipe *recv_pipe, in ath6kl_usb_post_recv_transfers()
506 struct ath6kl_usb_pipe *pipe = urb_context->pipe; in ath6kl_usb_recv_complete()
563 struct ath6kl_usb_pipe *pipe = urb_context->pipe; in ath6kl_usb_usb_transmit_complete()
588 struct ath6kl_usb_pipe *pipe = container_of(work, in ath6kl_usb_io_comp_work()
589 struct ath6kl_usb_pipe, in ath6kl_usb_io_comp_work()
632 struct ath6kl_usb_pipe *pipe; in ath6kl_usb_create()
717 struct ath6kl_usb_pipe *pipe = &device->pipes[PipeID]; in ath6kl_usb_send()