Home
last modified time | relevance | path

Searched refs:Endpoint (Results 1 – 17 of 17) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/utils/epping/src/
H A Depping_rx.c53 void epping_refill(void *ctx, HTC_ENDPOINT_ID Endpoint) in epping_refill() argument
63 htc_get_num_recv_buffers(pEpping_ctx->HTCHandle, Endpoint); in epping_refill()
74 __func__, buffersToRefill, Endpoint); in epping_refill()
88 AR6000_BUFFER_SIZE, Endpoint); in epping_refill()
107 HTC_ENDPOINT_ID eid = pPacket->Endpoint; in epping_rx()
H A Depping_txrx.c450 "eppingtest BE endpoint:%d\n", response.Endpoint); in epping_connect_service()
452 pEpping_ctx->EppingEndpoint[0] = response.Endpoint; in epping_connect_service()
465 "eppingtest BK endpoint:%d\n", response.Endpoint); in epping_connect_service()
467 pEpping_ctx->EppingEndpoint[1] = response.Endpoint; in epping_connect_service()
471 pEpping_ctx->EppingEndpoint[i] = response.Endpoint; in epping_connect_service()
477 pEpping_ctx->EppingEndpoint[i] = response.Endpoint; in epping_connect_service()
H A Depping_tx.c330 eid = htc_pkt->Endpoint; in epping_tx_complete()
/wlan-driver/qca-wifi-host-cmn/htc/
H A Dhtc_api.h110 typedef void (*HTC_EP_RECV_REFILL)(void *, HTC_ENDPOINT_ID Endpoint);
130 HTC_ENDPOINT_ID Endpoint,
234 HTC_ENDPOINT_ID Endpoint; member
248 HTC_ENDPOINT_ID Endpoint; member
715 void htc_flush_endpoint(HTC_HANDLE HTCHandle, HTC_ENDPOINT_ID Endpoint,
738 HTC_ENDPOINT_ID Endpoint, bool Active);
761 HTC_ENDPOINT_ID Endpoint,
805 HTC_ENDPOINT_ID Endpoint);
848 HTC_ENDPOINT_ID Endpoint);
H A Dhtc_packet.h144 HTC_ENDPOINT_ID Endpoint; member
177 (p)->Endpoint = (ep); \
190 (p)->Endpoint = (ep); \
273 #define HTC_GET_ENDPOINT_FROM_PKT(p) (p)->Endpoint
H A Dhtc_recv.c148 int htc_get_num_recv_buffers(HTC_HANDLE HTCHandle, HTC_ENDPOINT_ID Endpoint) in htc_get_num_recv_buffers() argument
152 HTC_ENDPOINT *pEndpoint = &target->endpoint[Endpoint]; in htc_get_num_recv_buffers()
512 pPacket->Endpoint = htc_ep_id; in htc_rx_completion_handler()
556 if (pFirstPacket->Endpoint >= ENDPOINT_MAX) { in htc_add_receive_pkt_multiple()
563 pFirstPacket->Endpoint, in htc_add_receive_pkt_multiple()
567 pEndpoint = &target->endpoint[pFirstPacket->Endpoint]; in htc_add_receive_pkt_multiple()
615 pPacket->Endpoint)); in htc_flush_rx_hold_queue()
H A Dhtc_send.c133 HTC_ENDPOINT *pEndpoint = &target->endpoint[pPacket->Endpoint]; in send_packet_completion()
176 HTC_ENDPOINT *pEndpoint = &target->endpoint[pPacket->Endpoint]; in log_packet_info()
649 SM(pPacket->Endpoint, in htc_issue_packets_bundle()
821 SM(pPacket->Endpoint, in htc_issue_packets()
1210 (pPacket->Endpoint >= ENDPOINT_MAX) || in get_htc_send_packets_credit_based()
1211 (pPacket->Endpoint <= ENDPOINT_UNUSED)) in get_htc_send_packets_credit_based()
1376 (pPacket->Endpoint >= ENDPOINT_MAX) || in get_htc_send_packets()
1377 (pPacket->Endpoint <= ENDPOINT_UNUSED)) in get_htc_send_packets()
1907 if ((pPacket->Endpoint >= ENDPOINT_MAX) || in __htc_send_pkt()
1908 (pPacket->Endpoint <= ENDPOINT_UNUSED)) { in __htc_send_pkt()
[all …]
H A Dhtc.c1110 HTC_ENDPOINT_ID Endpoint, in htc_get_endpoint_statistics() argument
1134 A_ASSERT(Endpoint < ENDPOINT_MAX); in htc_get_endpoint_statistics()
1143 qdf_mem_copy(pStats, &target->endpoint[Endpoint].endpoint_stats, in htc_get_endpoint_statistics()
1149 qdf_mem_zero(&target->endpoint[Endpoint].endpoint_stats, in htc_get_endpoint_statistics()
H A Dhtc_services.c331 pConnectResp->Endpoint = assignedEndpoint; in htc_connect_service()
/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/transfer/
H A Dtransfer.c330 packet->Endpoint = hdr->EndpointID; in hif_dev_alloc_and_prepare_rx_packets()
585 if (packet->Endpoint in hif_dev_process_recv_header()
591 packet->Endpoint); in hif_dev_process_recv_header()
669 packet->Endpoint); in hif_dev_process_recv_header()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/rh/
H A Ddp_rh_htt.c480 soc->htc_endpoint = response.Endpoint; in dp_htt_htc_attach()
484 rh_soc->tx_endpoint = response.Endpoint; in dp_htt_htc_attach()
/wlan-driver/qcacld-3.0/core/dp/htt/
H A Dhtt.c150 pkt->htc_pkt.Endpoint) in htt_htc_misc_pkt_list_add()
245 pdev->htc_tx_htt2_endpoint = connect_resp->Endpoint; in htt_htc_tx_htt2_service_start()
840 htt_update_endpoint(pdev, service_id, response.Endpoint); in htt_htc_attach()
/wlan-driver/qca-wifi-host-cmn/utils/epping/inc/
H A Depping_internal.h172 void epping_refill(void *ctx, HTC_ENDPOINT_ID Endpoint);
/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified.c2749 wmi_handle = wmi_get_pdev_ep(soc, htc_packet->Endpoint); in wmi_control_rx()
2752 htc_packet->Endpoint); in wmi_control_rx()
2780 wmi_err("unable to get wmi_handle for diag event end point id:%d", htc_packet->Endpoint); in wmi_control_diag_rx()
2808 htc_packet->Endpoint); in wmi_control_dbr_rx()
3543 wmi_handle = wmi_get_pdev_ep(soc, htc_pkt->Endpoint); in wmi_htc_tx_complete()
3661 htc_set_async_ep(soc->htc_handle, response.Endpoint, true); in wmi_connect_pdev_htc_service()
3663 soc->wmi_endpoint_id[pdev_idx] = response.Endpoint; in wmi_connect_pdev_htc_service()
3723 htc_set_async_ep(htc_handle, response.Endpoint, true); in wmi_diag_connect_pdev_htc_service()
3725 wmi_handle->soc->wmi_diag_endpoint_id = response.Endpoint; in wmi_diag_connect_pdev_htc_service()
3761 htc_set_async_ep(htc_handle, response.Endpoint, true); in wmi_dbr_connect_pdev_htc_service()
[all …]
/wlan-driver/qca-wifi-host-cmn/utils/pktlog/
H A Dpktlog_ac.c1143 pdev->htc_endpoint = response.Endpoint; in pktlog_htc_connect_service()
/wlan-driver/qcacld-3.0/components/dp/core/src/
H A Dwlan_dp_main.c2362 dp_direct_link_ctx->lpass_ep_id = response.Endpoint; in dp_lpass_connect_htc_service()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_htt.c160 pkt->htc_pkt.Endpoint) in htt_htc_misc_pkt_list_add()
4525 soc->htc_endpoint = response.Endpoint;