Home
last modified time | relevance | path

Searched refs:HTC_TARGET (Results 1 – 8 of 8) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/htc/
Dhtc.c59 static void reset_endpoint_states(HTC_TARGET *target);
93 void htc_free_control_tx_packet(HTC_TARGET *target, HTC_PACKET *pPacket) in htc_free_control_tx_packet()
107 HTC_PACKET *htc_alloc_control_tx_packet(HTC_TARGET *target) in htc_alloc_control_tx_packet()
126 HTC_TARGET *target = GET_HTC_TARGET_FROM_HANDLE(HTCHandle); in htc_set_target_failure_callback()
133 HTC_TARGET *target = GET_HTC_TARGET_FROM_HANDLE(HTCHandle); in htc_dump()
140 HTC_TARGET *target = GET_HTC_TARGET_FROM_HANDLE(htc_handle); in htc_ce_tasklet_debug_dump()
156 int32_t htc_dec_return_wmi_runtime_cnt(HTC_TARGET *target) in htc_dec_return_wmi_runtime_cnt()
168 void htc_init_wmi_runtime_cnt(HTC_TARGET *target) in htc_init_wmi_runtime_cnt()
174 int32_t htc_dec_return_wmi_runtime_cnt(HTC_TARGET *target) in htc_dec_return_wmi_runtime_cnt()
180 void htc_init_wmi_runtime_cnt(HTC_TARGET *target) in htc_init_wmi_runtime_cnt()
[all …]
Dhtc_internal.h274 } HTC_TARGET; typedef
297 #define GET_HTC_TARGET_FROM_HANDLE(hnd) ((HTC_TARGET *)(hnd))
321 HTC_PACKET *allocate_htc_bundle_packet(HTC_TARGET *target);
322 void free_htc_bundle_packet(HTC_TARGET *target, HTC_PACKET *pPacket);
324 HTC_PACKET *allocate_htc_packet_container(HTC_TARGET *target);
325 void free_htc_packet_container(HTC_TARGET *target, HTC_PACKET *pPacket);
326 void htc_flush_rx_hold_queue(HTC_TARGET *target, HTC_ENDPOINT *pEndpoint);
327 void htc_flush_endpoint_tx(HTC_TARGET *target, HTC_ENDPOINT *pEndpoint,
338 void htc_flush_endpoint_txlookupQ(HTC_TARGET *target,
342 void htc_recv_init(HTC_TARGET *target);
[all …]
Dhtc_send.c72 HTC_TARGET *target = GET_HTC_TARGET_FROM_HANDLE(HTCHandle); in htc_dump_counter_info()
84 HTC_TARGET *target = GET_HTC_TARGET_FROM_HANDLE(htc_handle); in htc_get_tx_queue_depth()
94 HTC_TARGET *target = GET_HTC_TARGET_FROM_HANDLE(HTCHandle); in htc_get_control_endpoint_tx_host_credits()
115 static inline void restore_tx_packet(HTC_TARGET *target, HTC_PACKET *pPacket) in restore_tx_packet()
131 static void send_packet_completion(HTC_TARGET *target, HTC_PACKET *pPacket) in send_packet_completion()
174 static void log_packet_info(HTC_TARGET *target, HTC_PACKET *pPacket) in log_packet_info()
195 void htc_inc_htt_runtime_cnt(HTC_TARGET *target) in htc_inc_htt_runtime_cnt()
200 static void log_packet_info(HTC_TARGET *target, HTC_PACKET *pPacket) in log_packet_info()
205 void htc_inc_htt_runtime_cnt(HTC_TARGET *target) in htc_inc_htt_runtime_cnt()
217 HTC_PACKET *allocate_htc_bundle_packet(HTC_TARGET *target) in allocate_htc_bundle_packet()
[all …]
Dhtc_recv.c71 static A_STATUS htc_process_trailer(HTC_TARGET *target,
150 HTC_TARGET *target = GET_HTC_TARGET_FROM_HANDLE(HTCHandle); in htc_get_num_recv_buffers()
156 HTC_PACKET *allocate_htc_packet_container(HTC_TARGET *target) in allocate_htc_packet_container()
176 void free_htc_packet_container(HTC_TARGET *target, HTC_PACKET *pPacket) in free_htc_packet_container()
194 qdf_nbuf_t rx_sg_to_single_netbuf(HTC_TARGET *target) in rx_sg_to_single_netbuf()
250 HTC_TARGET *target = (HTC_TARGET *) Context; in htc_rx_completion_handler()
543 HTC_TARGET *target = GET_HTC_TARGET_FROM_HANDLE(HTCHandle); in htc_add_receive_pkt_multiple()
599 void htc_flush_rx_hold_queue(HTC_TARGET *target, HTC_ENDPOINT *pEndpoint) in htc_flush_rx_hold_queue()
624 void htc_recv_init(HTC_TARGET *target) in htc_recv_init()
631 QDF_STATUS htc_wait_recv_ctrl_message(HTC_TARGET *target) in htc_wait_recv_ctrl_message()
[all …]
Dhtc_services.c70 htc_alt_data_credit_size_update(HTC_TARGET *target, in htc_alt_data_credit_size_update()
83 htc_alt_data_credit_size_update(HTC_TARGET *target, in htc_alt_data_credit_size_update()
95 HTC_TARGET *target = GET_HTC_TARGET_FROM_HANDLE(HTCHandle); in htc_connect_service()
414 HTC_TARGET *target = (HTC_TARGET *) context; in htc_fw_event_handler()
426 HTC_TARGET *target = GET_HTC_TARGET_FROM_HANDLE(HTCHandle); in htc_set_async_ep()
Dhtc_hang_event.h30 QDF_STATUS htc_hang_event_notifier_register(HTC_TARGET *target);
42 static inline QDF_STATUS htc_hang_event_notifier_register(HTC_TARGET *target) in htc_hang_event_notifier_register()
Dhtc_hang_event.c35 QDF_STATUS htc_hang_event_notifier_register(HTC_TARGET *target) in htc_hang_event_notifier_register()
/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/transfer/
Dmailbox.c694 HTC_TARGET *target = NULL; in hif_dev_issue_recv_packet_bundle()
700 target = (HTC_TARGET *)pdev->pTarget; in hif_dev_issue_recv_packet_bundle()