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()
289 struct htc_packet, list); in htc_issue_packets()
304 struct htc_packet *packet, *tmp_pkt; in htc_try_send()
370 struct htc_packet, in htc_try_send()
500 static void destroy_htc_txctrl_packet(struct htc_packet *packet) in destroy_htc_txctrl_packet()
508 static struct htc_packet *build_htc_txctrl_packet(void) in build_htc_txctrl_packet()
510 struct htc_packet *packet = NULL; in build_htc_txctrl_packet()
513 packet = kzalloc(sizeof(struct htc_packet), GFP_KERNEL); in build_htc_txctrl_packet()
529 struct htc_packet *packet) in htc_free_txctrl_packet()
534 static struct htc_packet *htc_alloc_txctrl_packet(struct htc_target *target) in htc_alloc_txctrl_packet()
540 struct htc_packet *packet) in htc_txctrl_complete()
693 struct htc_packet *packet; in htc_flush_tx_endpoint()
697 packet = list_first_entry(&ep->txq, struct htc_packet, list); in htc_flush_tx_endpoint()
712 static struct htc_packet *htc_lookup_tx_packet(struct htc_target *target, in htc_lookup_tx_packet()
716 struct htc_packet *packet, *tmp_pkt, *found_packet = NULL; in htc_lookup_tx_packet()
746 struct htc_packet *packet; in ath6kl_htc_pipe_tx_complete()
783 struct htc_packet *packet, *tmp_pkt; in htc_send_packets_multiple()
789 packet = list_first_entry(pkt_queue, struct htc_packet, list); in htc_send_packets_multiple()
812 static struct htc_packet *alloc_htc_packet_container(struct htc_target *target) in alloc_htc_packet_container()
814 struct htc_packet *packet; in alloc_htc_packet_container()
823 target->pipe.htc_packet_pool = (struct htc_packet *) packet->list.next; in alloc_htc_packet_container()
832 struct htc_packet *packet) in free_htc_packet_container()
911 struct htc_packet *packet; in do_recv_completion()
921 struct htc_packet, list); in do_recv_completion()
931 struct htc_packet *packet) in recv_packet_completion()
948 struct htc_packet *packet; in ath6kl_htc_pipe_rx_complete()
1098 struct htc_packet *packet; in htc_flush_rx_queue()
1107 struct htc_packet, list); in htc_flush_rx_queue()
1160 struct htc_packet *packet) in htc_rxctrl_complete()
1222 struct htc_packet *packet = NULL; in ath6kl_htc_pipe_conn_service()
1409 struct htc_packet *packet; in ath6kl_htc_pipe_create()
1426 packet = kzalloc(sizeof(struct htc_packet), GFP_KERNEL); in ath6kl_htc_pipe_create()
1462 struct htc_packet *packet; in ath6kl_htc_pipe_cleanup()
1481 struct htc_packet *packet; in ath6kl_htc_pipe_start()
1539 struct htc_packet *packet) in ath6kl_htc_pipe_tx()
1624 struct htc_packet *packet, *tmp_pkt, *first; in ath6kl_htc_pipe_add_rxbuf_multiple()
1631 first = list_first_entry(pkt_queue, struct htc_packet, list); in ath6kl_htc_pipe_add_rxbuf_multiple()
1673 struct htc_packet *packet, *tmp_pkt; in ath6kl_htc_pipe_flush_rx_buf()