Home
last modified time | relevance | path

Searched refs:service_id (Results 1 – 25 of 35) sorted by relevance

12

/wlan-driver/qca-wifi-host-cmn/htc/
Dhtc_services.c114 pConnectReq->service_id)); in htc_connect_service()
118 AR_DEBUG_ASSERT(pConnectReq->service_id != 0); in htc_connect_service()
120 if (HTC_CTRL_RSVD_SVC == pConnectReq->service_id) { in htc_connect_service()
129 pConnectReq->service_id); in htc_connect_service()
134 pConnectReq->service_id)); in htc_connect_service()
174 SERVICE_ID, pConnectReq->service_id); in htc_connect_service()
324 if (pEndpoint->service_id != 0) { in htc_connect_service()
336 pEndpoint->service_id = pConnectReq->service_id; in htc_connect_service()
356 pEndpoint->service_id, in htc_connect_service()
382 pEndpoint->service_id, pEndpoint->UL_PipeID, in htc_connect_service()
[all …]
Dhtc.c596 pEntry->service_id = WMI_DATA_BE_SVC; in htc_setup_epping_credit_allocation()
600 pEntry->service_id = WMI_DATA_BK_SVC; in htc_setup_epping_credit_allocation()
605 pEntry->service_id = WMI_DATA_BE_SVC; in htc_setup_epping_credit_allocation()
644 pEntry->service_id = WMI_CONTROL_SVC; in htc_setup_target_buffer_assignments()
687 pEntry->service_id = svc_id[i]; in htc_setup_target_buffer_assignments()
696 if (target->ServiceTxAllocTable[i].service_id != 0) { in htc_setup_target_buffer_assignments()
701 service_id, in htc_setup_target_buffer_assignments()
711 uint8_t htc_get_credit_allocation(HTC_TARGET *target, uint16_t service_id) in htc_get_credit_allocation() argument
717 if (target->ServiceTxAllocTable[i].service_id == service_id) { in htc_get_credit_allocation()
726 service_id)); in htc_get_credit_allocation()
[all …]
Dhtc_send.c107 if (pEndpoint->service_id == WMI_CONTROL_SVC) { in htc_get_control_endpoint_tx_host_credits()
1005 if (endpoint->service_id != WMI_CONTROL_SVC) in extract_htc_pm_packets()
1028 if (endpoint->service_id != WMI_CONTROL_SVC) in queue_htc_pm_packets()
1103 htc_send_pkts_get_rtpm_id(HTC_SERVICE_ID service_id) in htc_send_pkts_get_rtpm_id() argument
1105 if (service_id == HTT_DATA_MSG_SVC) in htc_send_pkts_get_rtpm_id()
1127 if (endpoint->service_id != WMI_CONTROL_SVC) in extract_htc_system_resume_pkts()
1199 pEndpoint->service_id); in get_htc_send_packets_credit_based()
1297 if (pEndpoint->service_id == WMI_CONTROL_SVC) { in get_htc_send_packets_credit_based()
1369 pEndpoint->service_id); in get_htc_send_packets()
1702 if (pEndpoint->service_id == in htc_try_send()
[all …]
Dhtc_internal.h127 HTC_SERVICE_ID service_id; member
188 uint16_t service_id; member
346 uint8_t htc_get_credit_allocation(HTC_TARGET *target, uint16_t service_id);
Dhtc_api.h205 HTC_SERVICE_ID service_id; member
246 HTC_SERVICE_ID service_id; member
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/rh/
Ddp_rh_htt.c436 dp_htt_htc_attach(struct htt_soc *soc, uint16_t service_id) in dp_htt_htc_attach() argument
470 connect.service_id = service_id; in dp_htt_htc_attach()
475 dp_htt_err("HTC connect svc failed for id:%u", service_id); in dp_htt_htc_attach()
479 if (service_id == HTT_DATA_MSG_SVC) in dp_htt_htc_attach()
483 if (service_id == HTT_DATA2_MSG_SVC) in dp_htt_htc_attach()
/wlan-driver/qcacld-3.0/core/dp/htt/
Dhtt.c237 connect_req->service_id = HTT_DATA2_MSG_SVC; in htt_htc_tx_htt2_service_start()
753 uint16_t service_id, HTC_ENDPOINT_ID ep) in htt_update_endpoint() argument
770 hif_map_service_to_pipe(hif_ctx, service_id, in htt_update_endpoint()
781 QDF_BUG(service_id == HTT_DATA_MSG_SVC); in htt_update_endpoint()
790 int htt_htc_attach(struct htt_pdev_t *pdev, uint16_t service_id) in htt_htc_attach() argument
825 connect.service_id = service_id; in htt_htc_attach()
840 htt_update_endpoint(pdev, service_id, response.Endpoint); in htt_htc_attach()
Dhtt_internal.h572 int htt_htc_attach(struct htt_pdev_t *pdev, uint16_t service_id);
/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/
Dhif_sdio.c145 uint16_t service_id, uint8_t *ul_pipe, in hif_map_service_to_pipe() argument
154 service_id, ul_pipe, dl_pipe); in hif_map_service_to_pipe()
Dhif_sdio_dev.h56 uint16_t service_id,
/wlan-driver/fw-api/fw/
Dhtc_services.h131 A_UINT32 service_id; member
/wlan-driver/qca-wifi-host-cmn/utils/epping/src/
Depping_txrx.c441 connect.service_id = WMI_DATA_BE_SVC; in epping_connect_service()
456 connect.service_id = WMI_DATA_BK_SVC; in epping_connect_service()
/wlan-driver/qca-wifi-host-cmn/hif/src/ce/
Dce_main.c1578 ((svc_map[i].service_id == HTT_DATA_MSG_SVC) || in ce_mark_datapath()
1579 (svc_map[i].service_id == HTT_DATA2_MSG_SVC) || in ce_mark_datapath()
1580 (svc_map[i].service_id == HTT_DATA3_MSG_SVC))) { in ce_mark_datapath()
1616 ((svc_map[i].service_id == HTT_DATA_MSG_SVC) || in ce_mark_datapath()
1617 (svc_map[i].service_id == HTT_DATA2_MSG_SVC) || in ce_mark_datapath()
1618 (svc_map[i].service_id == HTT_DATA3_MSG_SVC)) && in ce_mark_datapath()
1622 (svc_map[i].service_id == HTT_DATA2_MSG_SVC) && in ce_mark_datapath()
1727 ((svc_map[i].service_id == WMI_CONTROL_SVC) || in hif_get_max_wmi_ep()
1728 (svc_map[i].service_id == WMI_CONTROL_SVC_WMAC1) || in hif_get_max_wmi_ep()
1729 (svc_map[i].service_id == WMI_CONTROL_SVC_WMAC2))) { in hif_get_max_wmi_ep()
[all …]
Dce_service_srng.c1182 if (tgt_svc_cfg[i].service_id != LPASS_DATA_MSG_SVC || in ce_get_direct_link_dest_srng_buffers()
1255 if (tgt_svc_cfg[i].service_id != LPASS_DATA_MSG_SVC) in ce_get_direct_link_srng_info()
/wlan-driver/platform/inc/
Dicnss2.h90 u32 service_id; member
Dcnss2.h288 u32 service_id; member
/wlan-driver/qcacld-3.0/components/nan/core/inc/
Dnan_public_structs.h751 uint8_t service_id[NDP_SERVICE_ID_LEN]; member
/wlan-driver/qca-wifi-host-cmn/wmi/src/
Dwmi_unified_nan_tlv.c884 if (fixed_params->service_id_len && event->service_id) { in extract_ndp_ind_tlv()
891 qdf_mem_copy(rsp->service_id, event->service_id, in extract_ndp_ind_tlv()
Dwmi_unified_api.c1764 bool wmi_service_enabled(wmi_unified_t wmi_handle, uint32_t service_id) in wmi_service_enabled() argument
1766 if ((service_id < wmi_services_max) && in wmi_service_enabled()
1767 (wmi_handle->services[service_id] != WMI_SERVICE_UNAVAILABLE)) { in wmi_service_enabled()
1770 wmi_handle->services[service_id]); in wmi_service_enabled()
1773 wmi_info("Service %d not supported", service_id); in wmi_service_enabled()
Dwmi_unified.c3651 connect.service_id = soc->svc_ids[pdev_idx]; in wmi_connect_pdev_htc_service()
3713 connect.service_id = WMI_CONTROL_DIAG_SVC; in wmi_diag_connect_pdev_htc_service()
3751 connect.service_id = WMI_CONTROL_DBR_SVC; in wmi_dbr_connect_pdev_htc_service()
/wlan-driver/qcacld-3.0/core/pld/inc/
Dpld_common.h295 u32 service_id; member
/wlan-driver/qca-wifi-host-cmn/utils/pktlog/
Dpktlog_ac.c1134 connect.service_id = PACKET_LOG_SVC; in pktlog_htc_connect_service()
/wlan-driver/qca-wifi-host-cmn/target_if/spectral/
Dtarget_if_spectral.c59 uint32_t service_id) in target_if_spectral_wmi_service_enabled() argument
80 service_id); in target_if_spectral_wmi_service_enabled()
95 uint32_t service_id) in target_if_spectral_wmi_service_enabled() argument
97 return wmi_service_enabled(wmi_handle, service_id); in target_if_spectral_wmi_service_enabled()
Dtarget_if_spectral.h1003 uint32_t service_id);
/wlan-driver/platform/cnss_utils/
Dwlan_firmware_service_v01.h425 u32 service_id; member

12