Lines Matching full:htc
217 * HTC has an endpoint that needs credits, ep_dist is the endpoint in
427 ath6kl_dbg(ATH6KL_DBG_HTC, "htc tx ctxt 0x%p dist 0x%p\n", in htc_tx_comp_update()
444 "htc tx complete ep %d pkts %d\n", in htc_tx_complete()
456 ath6kl_dbg(ATH6KL_DBG_HTC, "htc tx complete seqno %d\n", in htc_tx_comp_handler()
477 "htc tx scat complete len %d entries %d\n", in htc_async_tx_scat_complete()
521 "htc tx issue len %d seqno %d padded_len %d mbox 0x%X %s\n", in ath6kl_htc_tx_issue()
616 "htc tx got packet 0x%p queue depth %d\n", in ath6kl_htc_tx_pkts_get()
726 "htc tx adding (%d) pkt 0x%p seqno %d len %d remaining %d\n", in ath6kl_htc_tx_setup_scat_list()
784 "htc tx no more scatter resources\n"); in ath6kl_htc_tx_bundle()
814 ath6kl_dbg(ATH6KL_DBG_HTC, "htc tx pkts to scatter: %d\n", in ath6kl_htc_tx_bundle()
834 "htc tx scatter bytes %d entries %d\n", in ath6kl_htc_tx_bundle()
851 ath6kl_dbg(ATH6KL_DBG_HTC, "htc tx bundle sent %d pkts\n", in ath6kl_htc_tx_bundle()
873 ath6kl_dbg(ATH6KL_DBG_HTC, "htc tx busy\n"); in ath6kl_htc_tx_from_queue()
983 "htc tx overflow ep %d depth %d max %d\n", in ath6kl_htc_tx_try()
1021 "htc creds ep %d credits %d pkts %d\n", in htc_chk_ep_txq()
1061 /* Indicate HTC bundling to the target */ in htc_setup_tx_complete()
1127 "htc tx ep id %d buf 0x%p len %d\n", in ath6kl_htc_mbox_tx()
1178 "htc tx flushing pkt 0x%p len %d ep %d tag 0x%x\n", in ath6kl_htc_mbox_flush_txep()
1235 "htc tx activity ctxt 0x%p dist 0x%p\n", in ath6kl_htc_mbox_activity_changed()
1249 /* HTC Rx */
1316 "htc rx 0x%p hdr 0x%x len %d mbox 0x%x\n", in ath6kl_htc_rx_packet()
1498 ath6kl_err("payload len %d exceeds max htc : %d !\n", in ath6kl_htc_rx_alloc()
1513 * HTC header indicates that every packet to follow in ath6kl_htc_rx_alloc()
1529 "htc rx bundle pkts %d\n", in ath6kl_htc_rx_alloc()
1532 /* HTC header only indicates 1 message to fetch */ in ath6kl_htc_rx_alloc()
1583 "htc rx unexpected endpoint 0 message", "", in htc_ctrl_rx()
1702 "htc rx lk_ahd found pre_valid 0x%x post_valid 0x%x\n", in htc_parse_trailer()
1709 "htc rx next look ahead", in htc_parse_trailer()
1728 ath6kl_dbg_dump(ATH6KL_DBG_HTC, "htc rx bundle lk_ahd", in htc_parse_trailer()
1759 ath6kl_dbg(ATH6KL_DBG_HTC, "htc rx trailer len %d\n", len); in htc_proc_trailer()
1796 ath6kl_dbg_dump(ATH6KL_DBG_HTC, "htc rx bad trailer", in htc_proc_trailer()
1855 ath6kl_dbg_dump(ATH6KL_DBG_HTC, "htc rx expected lk_ahd", in ath6kl_htc_rx_process_hdr()
1857 ath6kl_dbg_dump(ATH6KL_DBG_HTC, "htc rx current header", in ath6kl_htc_rx_process_hdr()
1893 ath6kl_dbg_dump(ATH6KL_DBG_HTC, "htc rx bad packet", in ath6kl_htc_rx_process_hdr()
1903 "htc rx complete ep %d packet 0x%p\n", in ath6kl_htc_rx_complete()
1941 "htc rx bundle depth %d pkts %d\n", in ath6kl_htc_rx_bundle()
1974 /* NOTE: 1 HTC packet per scatter entry */ in ath6kl_htc_rx_bundle()
2062 /* now go fetch the list of HTC packets */ in ath6kl_htc_rx_fetch()
2180 * Try to allocate as many HTC RX packets indicated by the in ath6kl_htc_rxmsg_pending_handler()
2269 "htc rx wait ctrl look_ahead 0x%X\n", look_ahead.word); in htc_wait_for_ctrl_msg()
2335 "htc rx add multiple ep id %d cnt %d len %d\n", in ath6kl_htc_mbox_add_rxbuf_multiple()
2361 "htc rx blocked on ep %d, unblocking\n", in ath6kl_htc_mbox_add_rxbuf_multiple()
2396 "htc rx flush pkt 0x%p len %d ep %d\n", in ath6kl_htc_mbox_flush_rx_buf()
2435 "htc connect service target 0x%p service id 0x%x\n", in ath6kl_htc_mbox_conn_service()
2606 /* limit what HTC can handle */ in htc_setup_msg_bndl()
2620 "htc bundling allowed msg_per_bndl_max %d\n", in htc_setup_msg_bndl()
2629 ath6kl_dbg(ATH6KL_DBG_BOOT, "htc max_rx_bndl_sz %d max_tx_bndl_sz %d\n", in htc_setup_msg_bndl()
2685 "htc target ready credits %d size %d\n", in ath6kl_htc_mbox_wait_target()
2699 ath6kl_dbg(ATH6KL_DBG_BOOT, "htc using protocol %s (%d)\n", in ath6kl_htc_mbox_wait_target()
2706 /* setup our pseudo HTC control endpoint connection */ in ath6kl_htc_mbox_wait_target()
2721 * call ath6kl_htc_mbox_cleanup() when it wants remove htc in ath6kl_htc_mbox_wait_target()
2735 * Start HTC, enable interrupts and let the target know
2752 /* Push control receive buffers into htc control endpoint */ in ath6kl_htc_mbox_start()
2886 /* cleanup the HTC instance */