Lines Matching defs:htc_target

28 static void ath6kl_htc_mbox_cleanup(struct htc_target *target);
29 static void ath6kl_htc_mbox_stop(struct htc_target *target);
30 static int ath6kl_htc_mbox_add_rxbuf_multiple(struct htc_target *target,
32 static void ath6kl_htc_set_credit_dist(struct htc_target *target,
146 static int ath6kl_htc_mbox_credit_setup(struct htc_target *htc_target,
160 ath6kl_htc_set_credit_dist(htc_target, cred_info, servicepriority, 5);
374 static void htc_reclaim_txctrl_buf(struct htc_target *target,
382 static struct htc_packet *htc_get_control_buf(struct htc_target *target,
407 static void htc_tx_comp_update(struct htc_target *target,
450 static void htc_tx_comp_handler(struct htc_target *target,
466 static void htc_async_tx_scat_complete(struct htc_target *target,
506 static int ath6kl_htc_tx_issue(struct htc_target *target,
545 static int htc_check_credits(struct htc_target *target,
598 static void ath6kl_htc_tx_pkts_get(struct htc_target *target,
678 static int ath6kl_htc_tx_setup_scat_list(struct htc_target *target,
758 struct htc_target *target = endpoint->target;
857 static void ath6kl_htc_tx_from_queue(struct htc_target *target,
964 static bool ath6kl_htc_tx_try(struct htc_target *target,
1004 static void htc_chk_ep_txq(struct htc_target *target)
1040 static int htc_setup_tx_complete(struct htc_target *target)
1092 static void ath6kl_htc_set_credit_dist(struct htc_target *target,
1120 static int ath6kl_htc_mbox_tx(struct htc_target *target,
1149 static void ath6kl_htc_mbox_flush_txep(struct htc_target *target,
1188 static void ath6kl_htc_flush_txep_all(struct htc_target *target)
1204 static void ath6kl_htc_mbox_activity_changed(struct htc_target *target,
1261 static inline bool htc_valid_rx_frame_len(struct htc_target *target,
1268 static int htc_add_rxbuf(struct htc_target *target, struct htc_packet *packet)
1277 static void htc_reclaim_rxbuf(struct htc_target *target,
1291 static void reclaim_rx_ctrl_buf(struct htc_target *target,
1299 static int ath6kl_htc_rx_packet(struct htc_target *target,
1365 static int ath6kl_htc_rx_setup(struct htc_target *target,
1468 static int ath6kl_htc_rx_alloc(struct htc_target *target,
1566 static void htc_ctrl_rx(struct htc_target *context, struct htc_packet *packets)
1591 static void htc_proc_cred_rpt(struct htc_target *target,
1669 static int htc_parse_trailer(struct htc_target *target,
1749 static int htc_proc_trailer(struct htc_target *target,
1802 static int ath6kl_htc_rx_process_hdr(struct htc_target *target,
1909 static int ath6kl_htc_rx_bundle(struct htc_target *target,
2002 static int ath6kl_htc_rx_process_packets(struct htc_target *target,
2052 static int ath6kl_htc_rx_fetch(struct htc_target *target,
2140 int ath6kl_htc_rxmsg_pending_handler(struct htc_target *target,
2259 static struct htc_packet *htc_wait_for_ctrl_msg(struct htc_target *target)
2316 static int ath6kl_htc_mbox_add_rxbuf_multiple(struct htc_target *target,
2378 static void ath6kl_htc_mbox_flush_rx_buf(struct htc_target *target)
2420 static int ath6kl_htc_mbox_conn_service(struct htc_target *target,
2570 static void reset_ep_state(struct htc_target *target)
2593 static int ath6kl_htc_mbox_get_rxbuf_num(struct htc_target *target,
2604 static void htc_setup_msg_bndl(struct htc_target *target)
2653 static int ath6kl_htc_mbox_wait_target(struct htc_target *target)
2738 static int ath6kl_htc_mbox_start(struct htc_target *target)
2780 static int ath6kl_htc_reset(struct htc_target *target)
2820 static void ath6kl_htc_mbox_stop(struct htc_target *target)
2842 struct htc_target *target = NULL;
2887 static void ath6kl_htc_mbox_cleanup(struct htc_target *target)