/wlan-driver/qca-wifi-host-cmn/htc/ |
D | htc_services.c | 114 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 …]
|
D | htc.c | 596 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 …]
|
D | htc_send.c | 107 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 …]
|
D | htc_internal.h | 127 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);
|
D | htc_api.h | 205 HTC_SERVICE_ID service_id; member 246 HTC_SERVICE_ID service_id; member
|
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/rh/ |
D | dp_rh_htt.c | 436 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/ |
D | htt.c | 237 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()
|
D | htt_internal.h | 572 int htt_htc_attach(struct htt_pdev_t *pdev, uint16_t service_id);
|
/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/ |
D | hif_sdio.c | 145 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()
|
D | hif_sdio_dev.h | 56 uint16_t service_id,
|
/wlan-driver/fw-api/fw/ |
D | htc_services.h | 131 A_UINT32 service_id; member
|
/wlan-driver/qca-wifi-host-cmn/utils/epping/src/ |
D | epping_txrx.c | 441 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/ |
D | ce_main.c | 1578 ((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 …]
|
D | ce_service_srng.c | 1182 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/ |
D | icnss2.h | 90 u32 service_id; member
|
D | cnss2.h | 288 u32 service_id; member
|
/wlan-driver/qcacld-3.0/components/nan/core/inc/ |
D | nan_public_structs.h | 751 uint8_t service_id[NDP_SERVICE_ID_LEN]; member
|
/wlan-driver/qca-wifi-host-cmn/wmi/src/ |
D | wmi_unified_nan_tlv.c | 884 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()
|
D | wmi_unified_api.c | 1764 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()
|
D | wmi_unified.c | 3651 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/ |
D | pld_common.h | 295 u32 service_id; member
|
/wlan-driver/qca-wifi-host-cmn/utils/pktlog/ |
D | pktlog_ac.c | 1134 connect.service_id = PACKET_LOG_SVC; in pktlog_htc_connect_service()
|
/wlan-driver/qca-wifi-host-cmn/target_if/spectral/ |
D | target_if_spectral.c | 59 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()
|
D | target_if_spectral.h | 1003 uint32_t service_id);
|
/wlan-driver/platform/cnss_utils/ |
D | wlan_firmware_service_v01.h | 425 u32 service_id; member
|