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()
299 static enum htc_send_queue_result htc_try_send(struct htc_target *target, in htc_try_send()
528 static void htc_free_txctrl_packet(struct htc_target *target, in htc_free_txctrl_packet()
534 static struct htc_packet *htc_alloc_txctrl_packet(struct htc_target *target) in htc_alloc_txctrl_packet()
539 static void htc_txctrl_complete(struct htc_target *target, in htc_txctrl_complete()
547 static int htc_setup_target_buffer_assignments(struct htc_target *target) in htc_setup_target_buffer_assignments()
653 static void htc_process_credit_report(struct htc_target *target, in htc_process_credit_report()
690 static void htc_flush_tx_endpoint(struct htc_target *target, in htc_flush_tx_endpoint()
712 static struct htc_packet *htc_lookup_tx_packet(struct htc_target *target, in htc_lookup_tx_packet()
743 struct htc_target *target = ar->htc_target; in ath6kl_htc_pipe_tx_complete() local
779 static int htc_send_packets_multiple(struct htc_target *target, in htc_send_packets_multiple()
812 static struct htc_packet *alloc_htc_packet_container(struct htc_target *target) in alloc_htc_packet_container()
831 static void free_htc_packet_container(struct htc_target *target, in free_htc_packet_container()
850 static int htc_process_trailer(struct htc_target *target, u8 *buffer, in htc_process_trailer()
929 static void recv_packet_completion(struct htc_target *target, in recv_packet_completion()
944 struct htc_target *target = ar->htc_target; in ath6kl_htc_pipe_rx_complete() local
1094 static void htc_flush_rx_queue(struct htc_target *target, in htc_flush_rx_queue()
1131 static int htc_wait_recv_ctrl_message(struct htc_target *target) in htc_wait_recv_ctrl_message()
1171 static void reset_endpoint_states(struct htc_target *target) in reset_endpoint_states()
1191 static int htc_config_target_hif_pipe(struct htc_target *target) in htc_config_target_hif_pipe()
1197 static u8 htc_get_credit_alloc(struct htc_target *target, u16 service_id) in htc_get_credit_alloc()
1217 static int ath6kl_htc_pipe_conn_service(struct htc_target *target, in ath6kl_htc_pipe_conn_service()
1408 struct htc_target *target = NULL; in ath6kl_htc_pipe_create() local
1460 static void ath6kl_htc_pipe_cleanup(struct htc_target *target) in ath6kl_htc_pipe_cleanup()
1477 static int ath6kl_htc_pipe_start(struct htc_target *target) in ath6kl_htc_pipe_start()
1510 static void ath6kl_htc_pipe_stop(struct htc_target *target) in ath6kl_htc_pipe_stop()
1526 static int ath6kl_htc_pipe_get_rxbuf_num(struct htc_target *target, in ath6kl_htc_pipe_get_rxbuf_num()
1538 static int ath6kl_htc_pipe_tx(struct htc_target *target, in ath6kl_htc_pipe_tx()
1554 static int ath6kl_htc_pipe_wait_target(struct htc_target *target) in ath6kl_htc_pipe_wait_target()
1607 static void ath6kl_htc_pipe_flush_txep(struct htc_target *target, in ath6kl_htc_pipe_flush_txep()
1621 static int ath6kl_htc_pipe_add_rxbuf_multiple(struct htc_target *target, in ath6kl_htc_pipe_add_rxbuf_multiple()
1663 static void ath6kl_htc_pipe_activity_changed(struct htc_target *target, in ath6kl_htc_pipe_activity_changed()
1670 static void ath6kl_htc_pipe_flush_rx_buf(struct htc_target *target) in ath6kl_htc_pipe_flush_rx_buf()
1697 static int ath6kl_htc_pipe_credit_setup(struct htc_target *target, in ath6kl_htc_pipe_credit_setup()