Home
last modified time | relevance | path

Searched refs:info (Results 1 – 25 of 277) sorted by relevance

12345678910>>...12

/wlan-driver/qca-wifi-host-cmn/target_if/init_deinit/src/
Dservice_ready_util.c146 struct tgt_info *info) in init_deinit_populate_service_ready_ext2_param() argument
151 &info->service_ext2_param); in init_deinit_populate_service_ready_ext2_param()
177 struct wlan_psoc_host_hw_mode_caps *hw_cap, struct tgt_info *info) in init_deinit_populate_mac_phy_capability() argument
191 if (info->total_mac_phy_cnt >= PSOC_MAX_MAC_PHY_CAP) { in init_deinit_populate_mac_phy_capability()
193 info->total_mac_phy_cnt); in init_deinit_populate_mac_phy_capability()
199 &(info->mac_phy_cap[info->total_mac_phy_cnt])); in init_deinit_populate_mac_phy_capability()
204 info->mac_phy_cap[info->total_mac_phy_cnt].hw_mode_config_type in init_deinit_populate_mac_phy_capability()
206 info->total_mac_phy_cnt++; in init_deinit_populate_mac_phy_capability()
210 target_if_debug("total_mac_phy_cnt %d", info->total_mac_phy_cnt); in init_deinit_populate_mac_phy_capability()
292 struct tgt_info *info; in select_preferred_hw_mode() local
[all …]
Dinit_cmd_api.c62 struct tgt_info *info; in init_deinit_alloc_host_mem_chunk() local
65 info = (&tgt_hdl->info); in init_deinit_alloc_host_mem_chunk()
88 info->mem_chunks[idx].vaddr = NULL; in init_deinit_alloc_host_mem_chunk()
90 while (!info->mem_chunks[idx].vaddr && num_units) { in init_deinit_alloc_host_mem_chunk()
91 info->mem_chunks[idx].vaddr = qdf_mem_alloc_consistent(qdf_dev, in init_deinit_alloc_host_mem_chunk()
93 if (!info->mem_chunks[idx].vaddr) { in init_deinit_alloc_host_mem_chunk()
104 info->mem_chunks[idx].paddr = paddr; in init_deinit_alloc_host_mem_chunk()
105 info->mem_chunks[idx].len = num_units*unit_len; in init_deinit_alloc_host_mem_chunk()
106 info->mem_chunks[idx].req_id = req_id; in init_deinit_alloc_host_mem_chunk()
137 struct tgt_info *info; in init_deinit_alloc_host_mem() local
[all …]
Dinit_event_handler.c51 tgt_hdl->info.wmi_service_ready = TRUE; in init_deinit_set_send_init_cmd()
147 struct tgt_info *info) in init_deinit_update_tx_ilp_cap() argument
152 info->wlan_res_cfg.tx_ilp_enable = in init_deinit_update_tx_ilp_cap()
154 soc, info->service_ext2_param.num_msdu_idx_qtype_map, in init_deinit_update_tx_ilp_cap()
155 info->msdu_idx_qtype_map); in init_deinit_update_tx_ilp_cap()
160 struct tgt_info *info) in init_deinit_update_tx_ilp_cap() argument
268 tgt_hdl->info.service_bitmap); in init_deinit_service_ready_event_handler()
277 &(tgt_hdl->info.target_caps)); in init_deinit_service_ready_event_handler()
282 &(tgt_hdl->info), true); in init_deinit_service_ready_event_handler()
397 tgt_hdl->info.wlan_res_cfg.num_active_peers) && in init_deinit_service_ready_event_handler()
[all …]
/wlan-driver/qcacld-3.0/core/bmi/src/
Dbmi.c27 struct bmi_info *info = GET_BMI_CONTEXT(ol_ctx); in bmi_init() local
42 info->bmi_done = false; in bmi_init()
44 if (!info->bmi_cmd_buff) { in bmi_init()
45 info->bmi_cmd_buff = in bmi_init()
48 &info->bmi_cmd_da); in bmi_init()
49 if (!info->bmi_cmd_buff) { in bmi_init()
55 if (!info->bmi_rsp_buff) { in bmi_init()
56 info->bmi_rsp_buff = in bmi_init()
59 &info->bmi_rsp_da); in bmi_init()
60 if (!info->bmi_rsp_buff) { in bmi_init()
[all …]
Dbmi_1.c33 struct bmi_info *info = GET_BMI_CONTEXT(ol_ctx); in bmi_read_memory() local
34 uint8_t *bmi_cmd_buff = info->bmi_cmd_buff; in bmi_read_memory()
35 uint8_t *bmi_rsp_buff = info->bmi_rsp_buff; in bmi_read_memory()
37 qdf_dma_addr_t cmd = info->bmi_cmd_da; in bmi_read_memory()
38 qdf_dma_addr_t rsp = info->bmi_rsp_da; in bmi_read_memory()
40 if (info->bmi_done) { in bmi_read_memory()
45 if (!info->bmi_cmd_buff || !info->bmi_rsp_buff) { in bmi_read_memory()
107 struct bmi_info *info = GET_BMI_CONTEXT(ol_ctx); in bmi_write_memory() local
108 uint8_t *bmi_cmd_buff = info->bmi_cmd_buff; in bmi_write_memory()
109 qdf_dma_addr_t cmd = info->bmi_cmd_da; in bmi_write_memory()
[all …]
/wlan-driver/qca-wifi-host-cmn/target_if/core/inc/
Dtarget_if.h366 struct tgt_info info; member
646 psoc_info->info.wlan_init_status = wlan_init_status; in target_psoc_set_wlan_init_status()
658 return psoc_info->info.service_ext2_param.is_multipass_sap; in target_is_multipass_sap()
681 return psoc_info->info.wlan_init_status; in target_psoc_get_wlan_init_status()
699 psoc_info->info.target_type = target_type; in target_psoc_set_target_type()
716 return psoc_info->info.target_type; in target_psoc_get_target_type()
734 psoc_info->info.max_descs = max_descs; in target_psoc_set_max_descs()
751 return psoc_info->info.max_descs; in target_psoc_get_max_descs()
769 psoc_info->info.wmi_service_ready = wmi_service_ready; in target_psoc_set_wmi_service_ready()
783 return psoc_info->info.wmi_service_ready; in target_psoc_get_wmi_service_ready()
[all …]
/wlan-driver/qcacld-3.0/core/dp/txrx/
Dol_txrx_encap.c65 if (tx_msdu_info->htt.info.frame_type != htt_frm_type_data) in ol_tx_encap_from_native_wifi()
73 if (tx_msdu_info->htt.info.is_unicast && peer->qos_capable) { in ol_tx_encap_from_native_wifi()
82 tx_msdu_info->htt.info.ext_tid & IEEE80211_QOS_TID; in ol_tx_encap_from_native_wifi()
104 tx_msdu_info->htt.info.l3_hdr_offset = new_hdsize; in ol_tx_encap_from_native_wifi()
113 tx_msdu_info->htt.info. in ol_tx_encap_from_native_wifi()
125 tx_msdu_info->htt.info.l3_hdr_offset = hdsize; in ol_tx_encap_from_native_wifi()
150 if (tx_msdu_info->htt.info.frame_type != htt_frm_type_data) in ol_tx_encap_from_8023()
206 if (tx_msdu_info->htt.info.is_unicast && peer->qos_capable) { in ol_tx_encap_from_8023()
209 tx_msdu_info->htt.info.ext_tid & IEEE80211_QOS_TID; in ol_tx_encap_from_8023()
256 tx_msdu_info->htt.info.l3_hdr_offset = new_l2_hdsize; in ol_tx_encap_from_8023()
[all …]
Dol_tx_classify.c63 if ((htt->info.l2_hdr_type == htt_pkt_type_ethernet) && in ol_tx_classify_htt2_frm()
64 (htt->info.frame_type == htt_frm_type_data) && in ol_tx_classify_htt2_frm()
65 htt->info.is_unicast && in ol_tx_classify_htt2_frm()
66 (htt->info.ethertype == ETHERTYPE_IPV4)) { in ol_tx_classify_htt2_frm()
70 htt->info.l3_hdr_offset); in ol_tx_classify_htt2_frm()
154 if (tx_msdu_info->htt.info.l2_hdr_type == htt_pkt_type_raw) { in ol_tx_set_ether_type()
165 tx_msdu_info->htt.info.l3_hdr_offset = in ol_tx_set_ether_type()
168 tx_msdu_info->htt.info.l3_hdr_offset = in ol_tx_set_ether_type()
172 (datap + tx_msdu_info->htt.info.l3_hdr_offset); in ol_tx_set_ether_type()
173 tx_msdu_info->htt.info.ethertype = in ol_tx_set_ether_type()
[all …]
Dol_tx_hl.c552 tx_msdu_info.htt.info.ext_tid = qdf_nbuf_get_tid(msdu);
553 tx_msdu_info.htt.info.vdev_id = vdev->vdev_id;
554 tx_msdu_info.htt.info.frame_type = htt_frm_type_data;
555 tx_msdu_info.htt.info.l2_hdr_type = pdev->htt_pkt_type;
631 if (tx_msdu_info.htt.info.ethertype !=
633 tx_msdu_info.htt.info.ethertype
823 uint16_t ol_tx_get_stream_id(struct packet_info *info) argument
825 return ((info->dst_port + info->dst_ip + info->src_port + info->src_ip)
889 void ol_tx_get_packet_info(qdf_nbuf_t msdu, struct packet_info *info) argument
899 info->type = NO_TCP_PKT;
[all …]
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_scan.h40 .info.vendor_id = QCA_NL80211_VENDOR_ID, \
41 .info.subcmd = QCA_NL80211_VENDOR_SUBCMD_TRIGGER_SCAN, \
150 .info.vendor_id = QCA_NL80211_VENDOR_ID, \
151 .info.subcmd = QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_START, \
159 .info.vendor_id = QCA_NL80211_VENDOR_ID, \
160 .info.subcmd = QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_STOP, \
168 .info.vendor_id = QCA_NL80211_VENDOR_ID, \
169 .info.subcmd = QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_GET_CAPABILITIES, \
177 .info.vendor_id = QCA_NL80211_VENDOR_ID, \
178 .info.subcmd = QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_GET_CACHED_RESULTS, \
[all …]
Dwlan_hdd_debugfs_csr.c103 __wlan_hdd_read_debugfs_csr(struct wlan_hdd_debugfs_buffer_info *info, in __wlan_hdd_read_debugfs_csr() argument
106 struct hdd_adapter *adapter = info->adapter; in __wlan_hdd_read_debugfs_csr()
129 info->length = wlan_hdd_debugfs_update_csr(hdd_ctx, adapter, in __wlan_hdd_read_debugfs_csr()
130 info->id, in __wlan_hdd_read_debugfs_csr()
131 info->data, in __wlan_hdd_read_debugfs_csr()
132 info->max_buf_len); in __wlan_hdd_read_debugfs_csr()
136 info->data, info->length); in __wlan_hdd_read_debugfs_csr()
157 struct wlan_hdd_debugfs_buffer_info *info = file->private_data; in wlan_hdd_read_debugfs_csr() local
161 err_size = osif_vdev_sync_op_start(info->adapter->dev, &vdev_sync); in wlan_hdd_read_debugfs_csr()
165 err_size = __wlan_hdd_read_debugfs_csr(info, buf, count, pos); in wlan_hdd_read_debugfs_csr()
[all …]
Dwlan_hdd_sysfs_dp_traffic_end_indication.c37 struct dp_traffic_end_indication info = {0}; in __hdd_sysfs_dp_traffic_end_indication_show() local
55 status = ucfg_dp_traffic_end_indication_get(vdev, &info); in __hdd_sysfs_dp_traffic_end_indication_show()
62 adapter->deflink->vdev_id, info.enabled, in __hdd_sysfs_dp_traffic_end_indication_show()
63 info.def_dscp, info.spl_dscp); in __hdd_sysfs_dp_traffic_end_indication_show()
66 info.enabled, info.def_dscp, info.def_dscp); in __hdd_sysfs_dp_traffic_end_indication_show()
96 struct dp_traffic_end_indication info = {0}; in __hdd_sysfs_dp_traffic_end_indication_store() local
151 info.enabled = !!value; in __hdd_sysfs_dp_traffic_end_indication_store()
152 adapter->traffic_end_ind_en = info.enabled; in __hdd_sysfs_dp_traffic_end_indication_store()
153 if (info.enabled) { in __hdd_sysfs_dp_traffic_end_indication_store()
154 info.def_dscp = defdscp; in __hdd_sysfs_dp_traffic_end_indication_store()
[all …]
Dwlan_hdd_sta_info.c129 struct hdd_station_info *info; in hdd_sta_info_detach() local
136 info = *sta_info; in hdd_sta_info_detach()
138 if (!info) in hdd_sta_info_detach()
143 if (info->is_attached) { in hdd_sta_info_detach()
144 info->is_attached = false; in hdd_sta_info_detach()
248 struct hdd_station_info *info; in hdd_put_sta_info_ref() local
256 info = *sta_info; in hdd_put_sta_info_ref()
258 if (!info) { in hdd_put_sta_info_ref()
277 if (!qdf_atomic_read(&info->ref_cnt_dbgid[sta_info_dbgid])) { in hdd_put_sta_info_ref()
284 qdf_atomic_dec(&info->ref_cnt); in hdd_put_sta_info_ref()
[all …]
Dwlan_hdd_ocb.h269 struct iw_request_info *info,
289 .info.vendor_id = QCA_NL80211_VENDOR_ID, \
290 .info.subcmd = QCA_NL80211_VENDOR_SUBCMD_OCB_SET_CONFIG, \
300 .info.vendor_id = QCA_NL80211_VENDOR_ID, \
301 .info.subcmd = QCA_NL80211_VENDOR_SUBCMD_OCB_SET_UTC_TIME, \
311 .info.vendor_id = QCA_NL80211_VENDOR_ID, \
312 .info.subcmd = \
324 .info.vendor_id = QCA_NL80211_VENDOR_ID, \
325 .info.subcmd = QCA_NL80211_VENDOR_SUBCMD_OCB_STOP_TIMING_ADVERT, \
336 .info.vendor_id = QCA_NL80211_VENDOR_ID, \
[all …]
Dwlan_hdd_hostapd_wext.c88 struct iw_request_info *info, in __iw_softap_get_ini_cfg() argument
102 ret = hdd_check_private_wext_control(hdd_ctx, info); in __iw_softap_get_ini_cfg()
115 struct iw_request_info *info, in iw_softap_get_ini_cfg() argument
125 errno = __iw_softap_get_ini_cfg(dev, info, wrqu, extra); in iw_softap_get_ini_cfg()
142 struct iw_request_info *info, in __iw_softap_set_two_ints_getnone() argument
161 ret = hdd_check_private_wext_control(hdd_ctx, info); in __iw_softap_set_two_ints_getnone()
274 struct iw_request_info *info, in iw_softap_set_two_ints_getnone() argument
284 errno = __iw_softap_set_two_ints_getnone(dev, info, wrqu, extra); in iw_softap_set_two_ints_getnone()
359 struct iw_request_info *info, in __iw_softap_setparam() argument
380 ret = hdd_check_private_wext_control(hdd_ctx, info); in __iw_softap_setparam()
[all …]
Dwlan_hdd_debugfs_offload.c140 struct pmo_arp_offload_params info = {0}; in wlan_hdd_arp_offload_info_debugfs() local
149 status = ucfg_pmo_get_arp_offload_params(vdev, &info); in wlan_hdd_arp_offload_info_debugfs()
157 if (!info.is_offload_applied) in wlan_hdd_arp_offload_info_debugfs()
163 info.host_ipv4_addr[0], in wlan_hdd_arp_offload_info_debugfs()
164 info.host_ipv4_addr[1], in wlan_hdd_arp_offload_info_debugfs()
165 info.host_ipv4_addr[2], in wlan_hdd_arp_offload_info_debugfs()
166 info.host_ipv4_addr[3]); in wlan_hdd_arp_offload_info_debugfs()
235 struct pmo_ns_offload_params info = {0}; in wlan_hdd_ns_offload_info_debugfs() local
245 status = ucfg_pmo_get_ns_offload_params(vdev, &info); in wlan_hdd_ns_offload_info_debugfs()
268 if (!info.is_offload_applied) { in wlan_hdd_ns_offload_info_debugfs()
[all …]
/wlan-driver/qcacld-3.0/components/dp/core/src/
Dwlan_dp_wfds.c40 struct wlan_qmi_wfds_config_req_msg *info; in dp_wfds_send_config_msg() local
67 info = qdf_mem_malloc(sizeof(*info)); in dp_wfds_send_config_msg()
68 if (!info) in dp_wfds_send_config_msg()
71 info->shadow_rdptr_mem_paddr = in dp_wfds_send_config_msg()
73 info->shadow_rdptr_mem_size = sizeof(uint32_t) * HAL_SRNG_ID_MAX; in dp_wfds_send_config_msg()
74 info->shadow_wrptr_mem_paddr = in dp_wfds_send_config_msg()
76 info->shadow_wrptr_mem_size = sizeof(uint32_t) * HAL_MAX_LMAC_RINGS; in dp_wfds_send_config_msg()
77 info->pcie_bar_pa = (uint64_t)mem_info.dev_base_paddr; in dp_wfds_send_config_msg()
79 dl_wfds->iommu_cfg.shadow_rdptr_paddr = info->shadow_rdptr_mem_paddr; in dp_wfds_send_config_msg()
80 dl_wfds->iommu_cfg.shadow_rdptr_map_size = info->shadow_rdptr_mem_size; in dp_wfds_send_config_msg()
[all …]
/wlan-driver/qcacld-3.0/os_if/cp_stats/src/
Dwlan_cfg80211_mc_cp_stats.c369 struct request_info info = {0}; in wlan_cfg80211_mc_cp_stats_get_tx_power() local
385 info.cookie = cookie; in wlan_cfg80211_mc_cp_stats_get_tx_power()
386 info.u.get_tx_power_cb = get_tx_power_cb; in wlan_cfg80211_mc_cp_stats_get_tx_power()
387 info.vdev_id = wlan_vdev_get_id(vdev); in wlan_cfg80211_mc_cp_stats_get_tx_power()
388 info.pdev_id = wlan_objmgr_pdev_get_pdev_id(wlan_vdev_get_pdev(vdev)); in wlan_cfg80211_mc_cp_stats_get_tx_power()
394 qdf_mem_copy(info.peer_mac_addr, peer->macaddr, QDF_MAC_ADDR_SIZE); in wlan_cfg80211_mc_cp_stats_get_tx_power()
400 &info); in wlan_cfg80211_mc_cp_stats_get_tx_power()
488 struct request_info info = {0}; in wlan_cfg80211_mc_cp_stats_get_peer_rssi() local
512 info.cookie = cookie; in wlan_cfg80211_mc_cp_stats_get_peer_rssi()
513 info.u.get_peer_rssi_cb = get_peer_rssi_cb; in wlan_cfg80211_mc_cp_stats_get_peer_rssi()
[all …]
/wlan-driver/qca-wifi-host-cmn/target_if/init_deinit/inc/
Dservice_ready_util.h123 struct tgt_info *info);
152 struct wlan_psoc_host_hw_mode_caps *hw_cap, struct tgt_info *info);
181 struct tgt_info *info);
197 struct tgt_info *info);
213 struct tgt_info *info);
284 struct tgt_info *info,
299 struct tgt_info *info);
313 struct tgt_info *info);
329 struct tgt_info *info);
355 struct tgt_info *info);
[all …]
/wlan-driver/qcacld-3.0/core/hdd/inc/
Dwlan_hdd_spectralscan.h68 .info.vendor_id = QCA_NL80211_VENDOR_ID, \
69 .info.subcmd = QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_START, \
77 .info.vendor_id = QCA_NL80211_VENDOR_ID, \
78 .info.subcmd = QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_STOP, \
86 .info.vendor_id = QCA_NL80211_VENDOR_ID, \
87 .info.subcmd = QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_GET_CONFIG, \
95 .info.vendor_id = QCA_NL80211_VENDOR_ID, \
96 .info.subcmd = QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_GET_DIAG_STATS, \
103 .info.vendor_id = QCA_NL80211_VENDOR_ID, \
104 .info.subcmd = QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_GET_CAP_INFO, \
[all …]
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
Dutils_parser.c95 qdf_mem_copy(pOld->info, buffer + 2, pOld->length); in convert_wpa()
106 pOld->info[0] = 0x00; in convert_wpa_opaque()
107 pOld->info[1] = 0x50; in convert_wpa_opaque()
108 pOld->info[2] = 0xf2; in convert_wpa_opaque()
109 pOld->info[3] = 0x01; in convert_wpa_opaque()
110 qdf_mem_copy(pOld->info + 4, pNew->data, pNew->num_data); in convert_wpa_opaque()
123 qdf_mem_copy(pOld->info, pNew->data, pNew->num_data); in convert_wapi_opaque()
201 qdf_mem_copy(pOld->info, buffer + 2, pOld->length); in convert_rsn()
212 qdf_mem_copy(pOld->info, pNew->data, pOld->length); in convert_rsn_opaque()
458 pNew->info.EthParams.source, 6); in convert_tclas()
[all …]
/wlan-driver/qca-wifi-host-cmn/target_if/cfr/src/
Dtarget_if_cfr_adrastea.c46 struct tgt_info *info; in cfr_adrastea_init_pdev() local
102 info = &(tgt_hdl->info); in cfr_adrastea_init_pdev()
103 num_mem_chunks = info->num_mem_chunks; in cfr_adrastea_init_pdev()
110 if (info->mem_chunks[idx].req_id == in cfr_adrastea_init_pdev()
113 info->mem_chunks[idx].vaddr; in cfr_adrastea_init_pdev()
115 info->mem_chunks[idx].paddr; in cfr_adrastea_init_pdev()
117 info->mem_chunks[idx].req_id; in cfr_adrastea_init_pdev()
118 cfr_pdev->cfr_mem_chunk.len = info->mem_chunks[idx].len; in cfr_adrastea_init_pdev()
121 read_index = (u32 *)info->mem_chunks[idx].vaddr; in cfr_adrastea_init_pdev()
/wlan-driver/platform/cnss_genl/
Dcnss_nl.c76 struct genl_info *info) in cld80211_pre_doit() argument
85 info->user_ptr[0] = nl->cld_ops[cmd_id - 1].cb; in cld80211_pre_doit()
86 info->user_ptr[1] = nl->cld_ops[cmd_id - 1].cb_ctx; in cld80211_pre_doit()
92 struct genl_info *info) in cld80211_pre_doit() argument
101 info->user_ptr[0] = nl->cld_ops[cmd_id - 1].cb; in cld80211_pre_doit()
102 info->user_ptr[1] = nl->cld_ops[cmd_id - 1].cb_ctx; in cld80211_pre_doit()
164 static int cld80211_doit(struct sk_buff *skb, struct genl_info *info) in cld80211_doit() argument
169 cld_cb = info->user_ptr[0]; in cld80211_doit()
175 cld_ctx = info->user_ptr[1]; in cld80211_doit()
177 if (info->attrs[CLD80211_ATTR_VENDOR_DATA]) { in cld80211_doit()
[all …]
/wlan-driver/qcacld-3.0/components/target_if/fw_offload/src/
Dtarget_if_fwol.c284 struct thermal_throttle_info *info) in target_if_fwol_handle_thermal_lvl_stats_evt() argument
288 if (rx_ops->get_thermal_stats_resp && info->therm_throt_levels) in target_if_fwol_handle_thermal_lvl_stats_evt()
289 status = rx_ops->get_thermal_stats_resp(psoc, info); in target_if_fwol_handle_thermal_lvl_stats_evt()
310 struct thermal_throttle_info *info) in target_if_fwol_handle_thermal_lvl_stats_evt() argument
326 struct thermal_throttle_info *info) in target_if_fwol_notify_thermal_throttle() argument
344 if (!info) { in target_if_fwol_notify_thermal_throttle()
350 if (info->level == THERMAL_UNKNOWN) { in target_if_fwol_notify_thermal_throttle()
354 status = rx_ops->notify_thermal_throttle_handler(psoc, info); in target_if_fwol_notify_thermal_throttle()
381 struct thermal_throttle_info info = {0}; in target_if_fwol_thermal_throttle_event_handler() local
413 &info.temperature, in target_if_fwol_thermal_throttle_event_handler()
[all …]
/wlan-driver/qcacld-3.0/core/pld/src/
Dpld_ipci.c600 struct pld_soc_info *info) in pld_ipci_populate_hw_cap_info() argument
603 info->hw_cap_info.nss = in pld_ipci_populate_hw_cap_info()
605 info->hw_cap_info.bw = in pld_ipci_populate_hw_cap_info()
607 info->hw_cap_info.qam = in pld_ipci_populate_hw_cap_info()
612 struct pld_soc_info *info) in pld_ipci_populate_hw_cap_info() argument
617 int pld_ipci_get_soc_info(struct device *dev, struct pld_soc_info *info) in pld_ipci_get_soc_info() argument
622 if (!info || !dev) in pld_ipci_get_soc_info()
629 info->v_addr = icnss_info.v_addr; in pld_ipci_get_soc_info()
630 info->p_addr = icnss_info.p_addr; in pld_ipci_get_soc_info()
631 info->chip_id = icnss_info.chip_id; in pld_ipci_get_soc_info()
[all …]

12345678910>>...12