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()
290 struct htc_packet, list); in htc_issue_packets()
305 struct htc_packet *packet, *tmp_pkt; in htc_try_send()
371 struct htc_packet, in htc_try_send()
501 static void destroy_htc_txctrl_packet(struct htc_packet *packet) in destroy_htc_txctrl_packet()
509 static struct htc_packet *build_htc_txctrl_packet(void) in build_htc_txctrl_packet()
511 struct htc_packet *packet = NULL; in build_htc_txctrl_packet()
514 packet = kzalloc(sizeof(struct htc_packet), GFP_KERNEL); in build_htc_txctrl_packet()
530 struct htc_packet *packet) in htc_free_txctrl_packet()
535 static struct htc_packet *htc_alloc_txctrl_packet(struct htc_target *target) in htc_alloc_txctrl_packet()
541 struct htc_packet *packet) in htc_txctrl_complete()
694 struct htc_packet *packet; in htc_flush_tx_endpoint()
698 packet = list_first_entry(&ep->txq, struct htc_packet, list); in htc_flush_tx_endpoint()
713 static struct htc_packet *htc_lookup_tx_packet(struct htc_target *target, in htc_lookup_tx_packet()
717 struct htc_packet *packet, *tmp_pkt, *found_packet = NULL; in htc_lookup_tx_packet()
747 struct htc_packet *packet; in ath6kl_htc_pipe_tx_complete()
784 struct htc_packet *packet, *tmp_pkt; in htc_send_packets_multiple()
790 packet = list_first_entry(pkt_queue, struct htc_packet, list); in htc_send_packets_multiple()
813 static struct htc_packet *alloc_htc_packet_container(struct htc_target *target) in alloc_htc_packet_container()
815 struct htc_packet *packet; in alloc_htc_packet_container()
824 target->pipe.htc_packet_pool = (struct htc_packet *) packet->list.next; in alloc_htc_packet_container()
833 struct htc_packet *packet) in free_htc_packet_container()
912 struct htc_packet *packet; in do_recv_completion()
922 struct htc_packet, list); in do_recv_completion()
932 struct htc_packet *packet) in recv_packet_completion()
949 struct htc_packet *packet; in ath6kl_htc_pipe_rx_complete()
1099 struct htc_packet *packet; in htc_flush_rx_queue()
1108 struct htc_packet, list); in htc_flush_rx_queue()
1161 struct htc_packet *packet) in htc_rxctrl_complete()
1223 struct htc_packet *packet = NULL; in ath6kl_htc_pipe_conn_service()
1410 struct htc_packet *packet; in ath6kl_htc_pipe_create()
1427 packet = kzalloc(sizeof(struct htc_packet), GFP_KERNEL); in ath6kl_htc_pipe_create()
1463 struct htc_packet *packet; in ath6kl_htc_pipe_cleanup()
1482 struct htc_packet *packet; in ath6kl_htc_pipe_start()
1540 struct htc_packet *packet) in ath6kl_htc_pipe_tx()
1625 struct htc_packet *packet, *tmp_pkt, *first; in ath6kl_htc_pipe_add_rxbuf_multiple()
1632 first = list_first_entry(pkt_queue, struct htc_packet, list); in ath6kl_htc_pipe_add_rxbuf_multiple()
1674 struct htc_packet *packet, *tmp_pkt; in ath6kl_htc_pipe_flush_rx_buf()