Home
last modified time | relevance | path

Searched defs:target (Results 1 – 18 of 18) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/htc/
Dhtc.c93 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() local
133 HTC_TARGET *target = GET_HTC_TARGET_FROM_HANDLE(HTCHandle); in htc_dump() local
140 HTC_TARGET *target = GET_HTC_TARGET_FROM_HANDLE(htc_handle); in htc_ce_tasklet_debug_dump() local
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()
185 static void htc_cleanup(HTC_TARGET *target) in htc_cleanup()
[all …]
Dhtc_send.c72 HTC_TARGET *target = GET_HTC_TARGET_FROM_HANDLE(HTCHandle); in htc_dump_counter_info() local
84 HTC_TARGET *target = GET_HTC_TARGET_FROM_HANDLE(htc_handle); in htc_get_tx_queue_depth() local
94 HTC_TARGET *target = GET_HTC_TARGET_FROM_HANDLE(HTCHandle); in htc_get_control_endpoint_tx_host_credits() local
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.c150 HTC_TARGET *target = GET_HTC_TARGET_FROM_HANDLE(HTCHandle); in htc_get_num_recv_buffers() local
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() local
543 HTC_TARGET *target = GET_HTC_TARGET_FROM_HANDLE(HTCHandle); in htc_add_receive_pkt_multiple() local
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()
655 static A_STATUS htc_process_trailer(HTC_TARGET *target, in htc_process_trailer()
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() local
414 HTC_TARGET *target = (HTC_TARGET *) context; in htc_fw_event_handler() local
426 HTC_TARGET *target = GET_HTC_TARGET_FROM_HANDLE(HTCHandle); in htc_set_async_ep() local
Dhtc_internal.h159 struct _HTC_TARGET *target; member
424 #define HTC_TX_BUNDLE_ENABLED(target) (target->MaxMsgsPerHTCBundle > 1) argument
426 #define HTC_TX_BUNDLE_ENABLED(target) 0 argument
430 #define HTC_RX_BUNDLE_ENABLED(target) (target->MaxMsgsPerHTCBundle > 1) argument
432 #define HTC_RX_BUNDLE_ENABLED(target) 0 argument
435 #define HTC_ENABLE_BUNDLE(target) (target->MaxMsgsPerHTCBundle > 1) argument
Dhtc_hang_event.h42 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/
Dhif_sdio_dev.c85 struct hif_msg_callbacks *callbacks, void *target) in hif_dev_create()
Dhif_sdio.c180 void hif_post_init(struct hif_opaque_softc *hif_ctx, void *target, in hif_post_init()
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_mlo.h483 uint16_t total_len, uint8_t *target) in lim_fill_complete_mlo_ie()
Dlim_mlo.c1032 uint16_t total_len, uint8_t *target) in lim_fill_complete_mlo_ie()
Dlim_utils.c12276 uint16_t num_tpe, uint8_t *target) in lim_fill_complete_tpe_ie()
/wlan-driver/qca-wifi-host-cmn/target_if/cfr/src/
Dtarget_if_cfr.c275 uint32_t target) in target_if_cfr_init_target()
/wlan-driver/qca-wifi-host-cmn/hif/src/usb/
Dhif_usb.c316 void hif_post_init(struct hif_opaque_softc *scn, void *target, in hif_post_init()
/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/transfer/
Dmailbox.c694 HTC_TARGET *target = NULL; in hif_dev_issue_recv_packet_bundle() local
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/
Ddp_mon.c6998 uint8_t target) in print_ring_tracker_stats()
7029 uint8_t target) in print_ring_tracker_stats()
/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/src/
Dwlan_mlo_mgr_sta.c49 mlo_allocate_and_copy_ies(struct wlan_cm_connect_req *target, in mlo_allocate_and_copy_ies()
/wlan-driver/qca-wifi-host-cmn/umac/mlme/connection_mgr/core/src/
Dwlan_cm_connect.c3453 cm_allocate_and_copy_ies_and_keys(struct wlan_cm_connect_req *target, in cm_allocate_and_copy_ies_and_keys()