Lines Matching defs:target

77 static void send_packet_completion(struct htc_target *target,  in send_packet_completion()
91 static void get_htc_packet_credit_based(struct htc_target *target, in get_htc_packet_credit_based()
173 static void get_htc_packet(struct htc_target *target, in get_htc_packet()
203 static int htc_issue_packets(struct htc_target *target, in htc_issue_packets()
301 static enum htc_send_queue_result htc_try_send(struct htc_target *target, in htc_try_send()
530 static void htc_free_txctrl_packet(struct htc_target *target, in htc_free_txctrl_packet()
536 static struct htc_packet *htc_alloc_txctrl_packet(struct htc_target *target) in htc_alloc_txctrl_packet()
541 static void htc_txctrl_complete(struct htc_target *target, in htc_txctrl_complete()
549 static int htc_setup_target_buffer_assignments(struct htc_target *target) in htc_setup_target_buffer_assignments()
655 static void htc_process_credit_report(struct htc_target *target, in htc_process_credit_report()
692 static void htc_flush_tx_endpoint(struct htc_target *target, in htc_flush_tx_endpoint()
714 static struct htc_packet *htc_lookup_tx_packet(struct htc_target *target, in htc_lookup_tx_packet()
745 struct htc_target *target = ar->htc_target; in ath6kl_htc_pipe_tx_complete() local
783 static int htc_send_packets_multiple(struct htc_target *target, in htc_send_packets_multiple()
816 static struct htc_packet *alloc_htc_packet_container(struct htc_target *target) in alloc_htc_packet_container()
835 static void free_htc_packet_container(struct htc_target *target, in free_htc_packet_container()
854 static int htc_process_trailer(struct htc_target *target, u8 *buffer, in htc_process_trailer()
940 static void recv_packet_completion(struct htc_target *target, in recv_packet_completion()
955 struct htc_target *target = ar->htc_target; in ath6kl_htc_pipe_rx_complete() local
1105 static void htc_flush_rx_queue(struct htc_target *target, in htc_flush_rx_queue()
1142 static int htc_wait_recv_ctrl_message(struct htc_target *target) in htc_wait_recv_ctrl_message()
1182 static void reset_endpoint_states(struct htc_target *target) in reset_endpoint_states()
1202 static int htc_config_target_hif_pipe(struct htc_target *target) in htc_config_target_hif_pipe()
1208 static u8 htc_get_credit_alloc(struct htc_target *target, u16 service_id) in htc_get_credit_alloc()
1228 static int ath6kl_htc_pipe_conn_service(struct htc_target *target, in ath6kl_htc_pipe_conn_service()
1420 struct htc_target *target = NULL; in ath6kl_htc_pipe_create() local
1472 static void ath6kl_htc_pipe_cleanup(struct htc_target *target) in ath6kl_htc_pipe_cleanup()
1489 static int ath6kl_htc_pipe_start(struct htc_target *target) in ath6kl_htc_pipe_start()
1523 static void ath6kl_htc_pipe_stop(struct htc_target *target) in ath6kl_htc_pipe_stop()
1539 static int ath6kl_htc_pipe_get_rxbuf_num(struct htc_target *target, in ath6kl_htc_pipe_get_rxbuf_num()
1551 static int ath6kl_htc_pipe_tx(struct htc_target *target, in ath6kl_htc_pipe_tx()
1567 static int ath6kl_htc_pipe_wait_target(struct htc_target *target) in ath6kl_htc_pipe_wait_target()
1620 static void ath6kl_htc_pipe_flush_txep(struct htc_target *target, in ath6kl_htc_pipe_flush_txep()
1634 static int ath6kl_htc_pipe_add_rxbuf_multiple(struct htc_target *target, in ath6kl_htc_pipe_add_rxbuf_multiple()
1676 static void ath6kl_htc_pipe_activity_changed(struct htc_target *target, in ath6kl_htc_pipe_activity_changed()
1683 static void ath6kl_htc_pipe_flush_rx_buf(struct htc_target *target) in ath6kl_htc_pipe_flush_rx_buf()
1710 static int ath6kl_htc_pipe_credit_setup(struct htc_target *target, in ath6kl_htc_pipe_credit_setup()