Lines Matching refs:htc_packet

25 			      struct htc_packet *packet);
29 static inline void restore_tx_packet(struct htc_packet *packet) in restore_tx_packet()
40 struct htc_packet *packet; in do_send_completion()
66 struct htc_packet, list); in do_send_completion()
78 struct htc_packet *packet) in send_packet_completion()
98 struct htc_packet *packet; in get_htc_packet_credit_based()
110 packet = list_first_entry(&ep->txq, struct htc_packet, list); in get_htc_packet_credit_based()
159 packet = list_first_entry(&ep->txq, struct htc_packet, list); in get_htc_packet_credit_based()
177 struct htc_packet *packet; in get_htc_packet()
186 packet = list_first_entry(&ep->txq, struct htc_packet, list); in get_htc_packet()
211 struct htc_packet *packet; in htc_issue_packets()
218 packet = list_first_entry(pkt_queue, struct htc_packet, list); in htc_issue_packets()
291 struct htc_packet, list); in htc_issue_packets()
306 struct htc_packet *packet, *tmp_pkt; in htc_try_send()
372 struct htc_packet, in htc_try_send()
502 static void destroy_htc_txctrl_packet(struct htc_packet *packet) in destroy_htc_txctrl_packet()
510 static struct htc_packet *build_htc_txctrl_packet(void) in build_htc_txctrl_packet()
512 struct htc_packet *packet = NULL; in build_htc_txctrl_packet()
515 packet = kzalloc(sizeof(struct htc_packet), GFP_KERNEL); in build_htc_txctrl_packet()
531 struct htc_packet *packet) in htc_free_txctrl_packet()
536 static struct htc_packet *htc_alloc_txctrl_packet(struct htc_target *target) in htc_alloc_txctrl_packet()
542 struct htc_packet *packet) in htc_txctrl_complete()
695 struct htc_packet *packet; in htc_flush_tx_endpoint()
699 packet = list_first_entry(&ep->txq, struct htc_packet, list); in htc_flush_tx_endpoint()
714 static struct htc_packet *htc_lookup_tx_packet(struct htc_target *target, in htc_lookup_tx_packet()
718 struct htc_packet *packet, *tmp_pkt, *found_packet = NULL; in htc_lookup_tx_packet()
748 struct htc_packet *packet; in ath6kl_htc_pipe_tx_complete()
787 struct htc_packet *packet, *tmp_pkt; in htc_send_packets_multiple()
793 packet = list_first_entry(pkt_queue, struct htc_packet, list); in htc_send_packets_multiple()
816 static struct htc_packet *alloc_htc_packet_container(struct htc_target *target) in alloc_htc_packet_container()
818 struct htc_packet *packet; in alloc_htc_packet_container()
827 target->pipe.htc_packet_pool = (struct htc_packet *) packet->list.next; in alloc_htc_packet_container()
836 struct htc_packet *packet) in free_htc_packet_container()
922 struct htc_packet *packet; in do_recv_completion()
932 struct htc_packet, list); in do_recv_completion()
942 struct htc_packet *packet) in recv_packet_completion()
959 struct htc_packet *packet; in ath6kl_htc_pipe_rx_complete()
1109 struct htc_packet *packet; in htc_flush_rx_queue()
1118 struct htc_packet, list); in htc_flush_rx_queue()
1171 struct htc_packet *packet) in htc_rxctrl_complete()
1233 struct htc_packet *packet = NULL; in ath6kl_htc_pipe_conn_service()
1421 struct htc_packet *packet; in ath6kl_htc_pipe_create()
1438 packet = kzalloc(sizeof(struct htc_packet), GFP_KERNEL); in ath6kl_htc_pipe_create()
1474 struct htc_packet *packet; in ath6kl_htc_pipe_cleanup()
1493 struct htc_packet *packet; in ath6kl_htc_pipe_start()
1552 struct htc_packet *packet) in ath6kl_htc_pipe_tx()
1637 struct htc_packet *packet, *tmp_pkt, *first; in ath6kl_htc_pipe_add_rxbuf_multiple()
1644 first = list_first_entry(pkt_queue, struct htc_packet, list); in ath6kl_htc_pipe_add_rxbuf_multiple()
1686 struct htc_packet *packet, *tmp_pkt; in ath6kl_htc_pipe_flush_rx_buf()