Lines Matching refs:HTC_HANDLE

70 void htc_dump_counter_info(HTC_HANDLE HTCHandle)  in htc_dump_counter_info()
82 int htc_get_tx_queue_depth(HTC_HANDLE htc_handle, HTC_ENDPOINT_ID endpoint_id) in htc_get_tx_queue_depth()
91 void htc_get_control_endpoint_tx_host_credits(HTC_HANDLE HTCHandle, in htc_get_control_endpoint_tx_host_credits()
1795 static uint16_t htc_send_pkts_sched_check(HTC_HANDLE HTCHandle, in htc_send_pkts_sched_check()
1885 static inline QDF_STATUS __htc_send_pkt(HTC_HANDLE HTCHandle, in __htc_send_pkt()
2016 htc_get_endpoint_ul_pipeid(HTC_HANDLE htc_handle, HTC_ENDPOINT_ID endpoint_id, in htc_get_endpoint_ul_pipeid()
2049 htc_register_custom_cb(HTC_HANDLE htc_handle, HTC_ENDPOINT_ID endpoint_id, in htc_register_custom_cb()
2081 htc_unregister_custom_cb(HTC_HANDLE htc_handle, HTC_ENDPOINT_ID endpoint_id) in htc_unregister_custom_cb()
2112 htc_enable_custom_cb(HTC_HANDLE htc_handle, HTC_ENDPOINT_ID endpoint_id) in htc_enable_custom_cb()
2143 htc_disable_custom_cb(HTC_HANDLE htc_handle, HTC_ENDPOINT_ID endpoint_id) in htc_disable_custom_cb()
2175 QDF_STATUS htc_send_pkt(HTC_HANDLE htc_handle, HTC_PACKET *htc_packet) in htc_send_pkt()
2207 QDF_STATUS htc_send_data_pkt(HTC_HANDLE htc_hdl, qdf_nbuf_t netbuf, int ep_id, in htc_send_data_pkt()
2294 QDF_STATUS htc_send_data_pkt(HTC_HANDLE HTCHandle, HTC_PACKET *pPacket, in htc_send_data_pkt()
2738 void htc_ctrl_msg_cmpl(HTC_HANDLE htc_pdev, HTC_ENDPOINT_ID htc_ep_id) in htc_ctrl_msg_cmpl()
2864 void htc_flush_endpoint(HTC_HANDLE HTCHandle, HTC_ENDPOINT_ID Endpoint, in htc_flush_endpoint()
2880 void htc_indicate_activity_change(HTC_HANDLE HTCHandle, in htc_indicate_activity_change()
2886 bool htc_is_endpoint_active(HTC_HANDLE HTCHandle, HTC_ENDPOINT_ID Endpoint) in htc_is_endpoint_active()
2891 void htc_set_pkt_dbg(HTC_HANDLE handle, A_BOOL dbg_flag) in htc_set_pkt_dbg()
2898 void htc_set_nodrop_pkt(HTC_HANDLE HTCHandle, A_BOOL isNodropPkt) in htc_set_nodrop_pkt()
2905 void htc_enable_hdr_length_check(HTC_HANDLE htc_hdl, bool htc_hdr_length_check) in htc_enable_hdr_length_check()
3003 htc_send_data_pkt((HTC_HANDLE)target, NULL, 0); in htc_process_credit_rpt()
3022 struct ol_ath_htc_stats *ieee80211_ioctl_get_htc_stats(HTC_HANDLE HTCHandle) in ieee80211_ioctl_get_htc_stats()
3030 void htc_system_resume(HTC_HANDLE htc) in htc_system_resume()