Lines Matching refs:ath6kl_usb_pipe
44 struct ath6kl_usb_pipe { struct
70 struct ath6kl_usb_pipe pipes[ATH6KL_USB_PIPE_MAX]; argument
79 struct ath6kl_usb_pipe *pipe;
130 ath6kl_usb_alloc_urb_from_pipe(struct ath6kl_usb_pipe *pipe) in ath6kl_usb_alloc_urb_from_pipe()
148 static void ath6kl_usb_free_urb_to_pipe(struct ath6kl_usb_pipe *pipe, in ath6kl_usb_free_urb_to_pipe()
174 static int ath6kl_usb_alloc_pipe_resources(struct ath6kl_usb_pipe *pipe, in ath6kl_usb_alloc_pipe_resources()
210 static void ath6kl_usb_free_pipe_resources(struct ath6kl_usb_pipe *pipe) in ath6kl_usb_free_pipe_resources()
300 struct ath6kl_usb_pipe *pipe; in ath6kl_usb_setup_pipe_resources()
402 static void ath6kl_usb_post_recv_transfers(struct ath6kl_usb_pipe *recv_pipe, in ath6kl_usb_post_recv_transfers()
492 struct ath6kl_usb_pipe *pipe = urb_context->pipe; in ath6kl_usb_recv_complete()
549 struct ath6kl_usb_pipe *pipe = urb_context->pipe; in ath6kl_usb_usb_transmit_complete()
574 struct ath6kl_usb_pipe *pipe = container_of(work, in ath6kl_usb_io_comp_work()
575 struct ath6kl_usb_pipe, in ath6kl_usb_io_comp_work()
617 struct ath6kl_usb_pipe *pipe; in ath6kl_usb_create()
696 struct ath6kl_usb_pipe *pipe = &device->pipes[PipeID]; in ath6kl_usb_send()