Home
last modified time | relevance | path

Searched refs:HTCHandle (Results 1 – 11 of 11) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/htc/
Dhtc_api.h434 void *htc_get_hif_device(HTC_HANDLE HTCHandle);
455 void htc_set_credit_distribution(HTC_HANDLE HTCHandle,
472 QDF_STATUS htc_wait_target(HTC_HANDLE HTCHandle);
486 QDF_STATUS htc_start(HTC_HANDLE HTCHandle);
498 QDF_STATUS htc_connect_service(HTC_HANDLE HTCHandle,
512 void htc_dump(HTC_HANDLE HTCHandle, uint8_t CmdId, bool start);
535 QDF_STATUS htc_send_pkt(HTC_HANDLE HTCHandle, HTC_PACKET *pPacket);
654 QDF_STATUS htc_send_data_pkt(HTC_HANDLE HTCHandle, qdf_nbuf_t netbuf,
672 QDF_STATUS htc_send_data_pkt(HTC_HANDLE HTCHandle, HTC_PACKET *pPacket,
684 void htc_flush_surprise_remove(HTC_HANDLE HTCHandle);
[all …]
Dhtc.c123 void htc_set_target_failure_callback(HTC_HANDLE HTCHandle, in htc_set_target_failure_callback() argument
126 HTC_TARGET *target = GET_HTC_TARGET_FROM_HANDLE(HTCHandle); in htc_set_target_failure_callback()
131 void htc_dump(HTC_HANDLE HTCHandle, uint8_t CmdId, bool start) in htc_dump() argument
133 HTC_TARGET *target = GET_HTC_TARGET_FROM_HANDLE(HTCHandle); in htc_dump()
537 void htc_destroy(HTC_HANDLE HTCHandle) in htc_destroy() argument
539 HTC_TARGET *target = GET_HTC_TARGET_FROM_HANDLE(HTCHandle); in htc_destroy()
547 hif_stop(htc_get_hif_device(HTCHandle)); in htc_destroy()
559 void *htc_get_hif_device(HTC_HANDLE HTCHandle) in htc_get_hif_device() argument
561 HTC_TARGET *target = GET_HTC_TARGET_FROM_HANDLE(HTCHandle); in htc_get_hif_device()
732 QDF_STATUS htc_wait_target(HTC_HANDLE HTCHandle) in htc_wait_target() argument
[all …]
Dhtc_services.c91 QDF_STATUS htc_connect_service(HTC_HANDLE HTCHandle, in htc_connect_service() argument
95 HTC_TARGET *target = GET_HTC_TARGET_FROM_HANDLE(HTCHandle); in htc_connect_service()
399 void htc_set_credit_distribution(HTC_HANDLE HTCHandle, in htc_set_credit_distribution() argument
423 void htc_set_async_ep(HTC_HANDLE HTCHandle, in htc_set_async_ep() argument
426 HTC_TARGET *target = GET_HTC_TARGET_FROM_HANDLE(HTCHandle); in htc_set_async_ep()
431 HTCHandle, htc_ep_id, value); in htc_set_async_ep()
Dhtc_recv.c131 void htc_unblock_recv(HTC_HANDLE HTCHandle) in htc_unblock_recv() argument
136 void htc_enable_recv(HTC_HANDLE HTCHandle) in htc_enable_recv() argument
142 void htc_disable_recv(HTC_HANDLE HTCHandle) in htc_disable_recv() argument
148 int htc_get_num_recv_buffers(HTC_HANDLE HTCHandle, HTC_ENDPOINT_ID Endpoint) in htc_get_num_recv_buffers() argument
150 HTC_TARGET *target = GET_HTC_TARGET_FROM_HANDLE(HTCHandle); in htc_get_num_recv_buffers()
540 A_STATUS htc_add_receive_pkt_multiple(HTC_HANDLE HTCHandle, in htc_add_receive_pkt_multiple() argument
543 HTC_TARGET *target = GET_HTC_TARGET_FROM_HANDLE(HTCHandle); in htc_add_receive_pkt_multiple()
Dhtc_send.c70 void htc_dump_counter_info(HTC_HANDLE HTCHandle) in htc_dump_counter_info() argument
72 HTC_TARGET *target = GET_HTC_TARGET_FROM_HANDLE(HTCHandle); in htc_dump_counter_info()
91 void htc_get_control_endpoint_tx_host_credits(HTC_HANDLE HTCHandle, in htc_get_control_endpoint_tx_host_credits() argument
94 HTC_TARGET *target = GET_HTC_TARGET_FROM_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() argument
1798 HTC_TARGET *target = GET_HTC_TARGET_FROM_HANDLE(HTCHandle); in htc_send_pkts_sched_check()
1885 static inline QDF_STATUS __htc_send_pkt(HTC_HANDLE HTCHandle, in __htc_send_pkt() argument
1888 HTC_TARGET *target = GET_HTC_TARGET_FROM_HANDLE(HTCHandle); in __htc_send_pkt()
1981 if (!htc_send_pkts_sched_check(HTCHandle, pEndpoint->Id)) in __htc_send_pkt()
1982 htc_send_pkts_sched_queue(HTCHandle, &pPktQueue, pEndpoint->Id); in __htc_send_pkt()
[all …]
/wlan-driver/qca-wifi-host-cmn/utils/epping/src/
Depping_main.c301 epping_ctx->HTCHandle = in epping_enable()
303 if (!epping_ctx->HTCHandle) { in epping_enable()
316 if (htc_wait_target(epping_ctx->HTCHandle) != QDF_STATUS_SUCCESS) { in epping_enable()
329 if (htc_start(epping_ctx->HTCHandle) != QDF_STATUS_SUCCESS) in epping_enable()
339 htc_stop(epping_ctx->HTCHandle); in epping_enable()
Depping_tx.c77 ret = htc_send_pkt(adapter->pEpping_ctx->HTCHandle, &cookie->HtcPkt); in epping_tx_dup_pkt()
143 ret = htc_send_pkt(adapter->pEpping_ctx->HTCHandle, &cookie->HtcPkt); in epping_tx_send_int()
178 htc_set_nodrop_pkt(adapter->pEpping_ctx->HTCHandle, true); in epping_tx_timer_expire()
188 htc_set_nodrop_pkt(adapter->pEpping_ctx->HTCHandle, false); in epping_tx_timer_expire()
250 htc_set_nodrop_pkt(adapter->pEpping_ctx->HTCHandle, true); in epping_tx_send()
261 htc_set_nodrop_pkt(adapter->pEpping_ctx->HTCHandle, false); in epping_tx_send()
Depping_rx.c63 htc_get_num_recv_buffers(pEpping_ctx->HTCHandle, Endpoint); in epping_refill()
96 htc_add_receive_pkt_multiple(pEpping_ctx->HTCHandle, &queue); in epping_refill()
Depping_txrx.c442 status = htc_connect_service(pEpping_ctx->HTCHandle, &connect, &response); in epping_connect_service()
457 status = htc_connect_service(pEpping_ctx->HTCHandle, &connect, &response); in epping_connect_service()
/wlan-driver/qca-wifi-host-cmn/utils/epping/inc/
Depping_internal.h105 HTC_HANDLE HTCHandle; member
/wlan-driver/qcacld-3.0/core/cds/src/
Dcds_api.c753 void *HTCHandle; in cds_open() local
868 HTCHandle = cds_get_context(QDF_MODULE_ID_HTC); in cds_open()
870 if (!HTCHandle) { in cds_open()
875 status = htc_wait_target(HTCHandle); in cds_open()