/wlan-driver/platform/cnss_utils/ |
H A D | wlan_firmware_service_v01.c | 17 .offset = offsetof(struct 27 .offset = offsetof(struct 37 .offset = offsetof(struct 47 .offset = offsetof(struct 57 .offset = offsetof(struct 75 .offset = offsetof(struct 85 .offset = offsetof(struct 95 .offset = offsetof(struct 113 .offset = offsetof(struct 123 .offset = offsetof(struct [all …]
|
H A D | ip_multimedia_subsystem_private_service_v01.c | 15 .offset = 24 .offset = 42 .offset = offsetof(struct 52 .offset = offsetof(struct 62 .offset = offsetof(struct 72 .offset = offsetof(struct 92 .offset = offsetof(struct 112 .offset = 122 .offset = 132 .offset = [all …]
|
H A D | cnss_plat_ipc_service_v01.c | 14 .offset = offsetof(struct 24 .offset = offsetof(struct 34 .offset = offsetof(struct 53 .offset = offsetof(struct 64 .offset = offsetof(struct 83 .offset = offsetof(struct 93 .offset = offsetof(struct 112 .offset = offsetof(struct 122 .offset = offsetof(struct 132 .offset = offsetof(struct [all …]
|
H A D | device_management_service_v01.c | 15 .offset = offsetof(struct 34 .offset = offsetof(struct 45 .offset = offsetof(struct 55 .offset = offsetof(struct 65 .offset = offsetof(struct
|
/wlan-driver/qcacld-3.0/os_if/qmi/src/ |
H A D | os_if_qmi_wifi_driver_service_v01.c | 27 .offset = offsetof(struct wfds_gen_resp_msg_v01, 45 .offset = offsetof(struct wifi_drv_qmi_srng_information_v01, 54 .offset = offsetof(struct wifi_drv_qmi_srng_information_v01, 63 .offset = offsetof(struct wifi_drv_qmi_srng_information_v01, 72 .offset = offsetof(struct wifi_drv_qmi_srng_information_v01, 81 .offset = offsetof(struct wifi_drv_qmi_srng_information_v01, 90 .offset = offsetof(struct wifi_drv_qmi_srng_information_v01, 99 .offset = offsetof(struct wifi_drv_qmi_srng_information_v01, 116 .offset = offsetof(struct wifi_drv_qmi_ce_information_v01, 125 .offset = offsetof(struct wifi_drv_qmi_ce_information_v01, [all …]
|
/wlan-driver/platform/cnss2/ |
H A D | ip_multimedia_subsystem_private_service_v01.c |
|
H A D | coexistence_service_v01.c | 15 .offset = offsetof(struct 33 .offset = offsetof(struct 44 .offset = offsetof(struct 54 .offset = offsetof(struct 72 .offset = offsetof(struct 90 .offset = offsetof(struct
|
/wlan-driver/qca-wifi-host-cmn/hif/src/ |
H A D | hif_io32.h | 161 uint32_t offset, in hif_reg_write_result_check() argument 166 value = qdf_ioread32(sc->mem + offset); in hif_reg_write_result_check() 171 offset); in hif_reg_write_result_check() 188 void hif_select_window_confirm(struct hif_pci_softc *sc, uint32_t offset) in hif_select_window_confirm() argument 190 uint32_t window = (offset >> WINDOW_SHIFT) & WINDOW_VALUE_MASK; in hif_select_window_confirm() 201 void hif_select_window_confirm(struct hif_pci_softc *sc, uint32_t offset) in hif_select_window_confirm() argument 203 uint32_t window = (offset >> WINDOW_SHIFT) & WINDOW_VALUE_MASK; in hif_select_window_confirm() 269 uint32_t offset = addr - sc->mem; in hif_write32_mb_reg_window() local 273 offset < MAX_UNWINDOWED_ADDRESS) { in hif_write32_mb_reg_window() 277 hif_select_window_confirm(sc, offset); in hif_write32_mb_reg_window() [all …]
|
H A D | ath_procfs.c | 95 uint32_t offset = 0, memtype = 0; in ath_procfs_diag_read_legacy() local 134 offset = (uint32_t)(*pos) & 0xffffff; in ath_procfs_diag_read_legacy() 136 offset, memtype, count); in ath_procfs_diag_read_legacy() 138 offset, memtype, count, in ath_procfs_diag_read_legacy() 175 uint32_t offset = 0, memtype = 0; in ath_procfs_diag_write_legacy() local 221 offset = (uint32_t)(*pos) & 0xffffff; in ath_procfs_diag_write_legacy() 223 offset, memtype, count); in ath_procfs_diag_write_legacy() 225 offset, memtype, count, in ath_procfs_diag_write_legacy() 251 static int ath_procfs_direct_read(struct hif_softc *scn, uint32_t offset, in ath_procfs_direct_read() argument 264 offset); in ath_procfs_direct_read() [all …]
|
/wlan-driver/qcacld-3.0/core/bmi/src/ |
H A D | bmi.c | 249 uint32_t offset, param_len; in bmi_read_soc_register() local 270 offset = 0; in bmi_read_soc_register() 271 qdf_mem_copy(&(bmi_cmd_buff[offset]), &cid, sizeof(cid)); in bmi_read_soc_register() 272 offset += sizeof(cid); in bmi_read_soc_register() 273 qdf_mem_copy(&(bmi_cmd_buff[offset]), &address, sizeof(address)); in bmi_read_soc_register() 274 offset += sizeof(address); in bmi_read_soc_register() 276 status = hif_exchange_bmi_msg(scn, cmd, rsp, bmi_cmd_buff, offset, in bmi_read_soc_register() 294 uint32_t offset; in bmi_write_soc_register() local 314 offset = 0; in bmi_write_soc_register() 315 qdf_mem_copy(&(bmi_cmd_buff[offset]), &cid, sizeof(cid)); in bmi_write_soc_register() [all …]
|
H A D | bmi_1.c | 31 uint32_t offset; in bmi_read_memory() local 64 offset = 0; in bmi_read_memory() 65 qdf_mem_copy(&(bmi_cmd_buff[offset]), &cid, sizeof(cid)); in bmi_read_memory() 66 offset += sizeof(cid); in bmi_read_memory() 67 qdf_mem_copy(&(bmi_cmd_buff[offset]), &address, in bmi_read_memory() 69 offset += sizeof(address); in bmi_read_memory() 70 qdf_mem_copy(&(bmi_cmd_buff[offset]), &rxlen, sizeof(rxlen)); in bmi_read_memory() 71 offset += sizeof(length); in bmi_read_memory() 75 offset, bmi_rsp_buff, &rxlen, in bmi_read_memory() 102 uint32_t offset; in bmi_write_memory() local [all …]
|
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/ |
H A D | qdf_pkt_add_timestamp.c | 25 uint16_t port, uint16_t offset) in qdf_set_dp_pkt_add_ts_info() argument 36 dp_pkt_ts_info.proto_info[dp_pkt_ts_info.current_index++].offset = in qdf_set_dp_pkt_add_ts_info() 37 offset; in qdf_set_dp_pkt_add_ts_info() 77 dp_pkt_ts_info.proto_info[i].offset); in qdf_show_dp_pkt_add_ts_info() 85 dp_pkt_ts_info.proto_info[i].offset); in qdf_show_dp_pkt_add_ts_info() 96 uint32_t qdf_get_tcp_offset(qdf_nbuf_t nbuf, uint16_t offset) in qdf_get_tcp_offset() argument 108 return tcp_header_off + tcp_header_len + offset; in qdf_get_tcp_offset() 112 uint32_t qdf_get_udp_offset(qdf_nbuf_t nbuf, uint16_t offset) in qdf_get_udp_offset() argument 122 udp_header_len + offset; in qdf_get_udp_offset() 126 void qdf_add_ts(qdf_nbuf_t nbuf, uint32_t offset, in qdf_add_ts() argument [all …]
|
/wlan-driver/qca-wifi-host-cmn/iot_sim/core/ |
H A D | iot_sim_utils.c | 44 uint16_t offset = 0, ie_len = 0; in iot_sim_update_beacon_template_struct() local 55 offset += IEEE80211_TSF_LEN; /* TSF field */ in iot_sim_update_beacon_template_struct() 56 offset += 2; /* Beacon interval */ in iot_sim_update_beacon_template_struct() 57 offset += 2; /* Capability Information */ in iot_sim_update_beacon_template_struct() 60 sizeof(struct ieee80211_frame) - offset; in iot_sim_update_beacon_template_struct() 62 sizeof(struct ieee80211_frame) + offset); in iot_sim_update_beacon_template_struct() 125 offset = ((uint8_t *)ie - in iot_sim_update_beacon_template_struct() 127 param->mbssid_ie_offset = offset; in iot_sim_update_beacon_template_struct() 157 int offset = 0; in iot_sim_apply_content_change_rule() local 166 if (piot_sim_rule->offset == in iot_sim_apply_content_change_rule() [all …]
|
H A D | iot_sim_common.c | 61 iot_sim_convert_offset_to_hex_str(uint16_t offset, uint8_t *hex, int8_t count) in iot_sim_convert_offset_to_hex_str() argument 66 snprintf(temp, sizeof(temp), "%04u", offset); in iot_sim_convert_offset_to_hex_str() 90 iot_sim_parse_action_frame(uint16_t length, uint16_t offset, uint8_t *content, in iot_sim_parse_action_frame() argument 97 status = iot_sim_convert_offset_to_hex_str(offset, hex, in iot_sim_parse_action_frame() 111 if (offset == 0) { in iot_sim_parse_action_frame() 113 } else if (offset == sizeof(struct ieee80211_frame)) { in iot_sim_parse_action_frame() 256 uint16_t offset) in iot_sim_validate_content() argument 262 if (offset == 0 || offset == fb) { in iot_sim_validate_content() 306 uint16_t offset, in iot_sim_handle_frame_content() argument 325 status = iot_sim_validate_content(*storage, len, offset); in iot_sim_handle_frame_content() [all …]
|
/wlan-driver/qca-wifi-host-cmn/hif/src/snoc/ |
H A D | hif_io32_snoc.h | 39 uint32_t offset; in ce_enable_irq_in_individual_register() local 41 offset = HOST_IE_ADDRESS + CE_BASE_ADDRESS(ce_id); in ce_enable_irq_in_individual_register() 46 hif_write32_mb(scn, scn->mem + offset, 1); in ce_enable_irq_in_individual_register() 52 uint32_t offset; in ce_disable_irq_in_individual_register() local 54 offset = HOST_IE_ADDRESS + CE_BASE_ADDRESS(ce_id); in ce_disable_irq_in_individual_register() 59 hif_write32_mb(scn, scn->mem + offset, 0); in ce_disable_irq_in_individual_register() 65 hif_read32_mb(scn, scn->mem + offset); in ce_disable_irq_in_individual_register()
|
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/ |
H A D | dot11f.c | 59 uint32_t offset; member 65 uint32_t offset; member 428 uint32_t offset; member 5084 pDst->offset = *pBuf; in dot11f_unpack_ie_fh_patt_table() 7481 framesntohs(pCtx, &pDst->offset, pBuf, 0); in dot11f_unpack_ie_quiet() 15313 pfFound = (tFRAMES_BOOL *)(pFrm + pIe->offset + in unpack_core() 15337 (pFrm + pFf->offset))->associd)); in unpack_core() 15342 (pFrm + pFf->offset)); in unpack_core() 15347 (pFrm + pFf->offset))->algo)); in unpack_core() 15352 (pFrm + pFf->offset))->no)); in unpack_core() [all …]
|
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/ |
H A D | hal_api.h | 119 #define HAL_REG_WRITE_FAIL_HIST_ADD(hal_soc, offset, wr_val, rd_val) \ argument 120 hal_reg_wr_fail_history_add(hal_soc, offset, wr_val, rd_val) 123 uint32_t offset, 135 #define HAL_REG_WRITE_FAIL_HIST_ADD(hal_soc, offset, wr_val, rd_val) \ argument 137 offset, \ 151 uint32_t offset, in hal_reg_write_result_check() argument 156 value = qdf_ioread32(hal_soc->dev_base_addr + offset); in hal_reg_write_result_check() 158 HAL_REG_WRITE_FAIL_HIST_ADD(hal_soc, offset, exp_val, value); in hal_reg_write_result_check() 202 uint32_t offset) in hal_select_window_confirm() argument 204 uint32_t window = (offset >> WINDOW_SHIFT) & WINDOW_VALUE_MASK; in hal_select_window_confirm() [all …]
|
/wlan-driver/qca-wifi-host-cmn/ftm/dispatcher/src/ |
H A D | wlan_ftm_ucfg_api.c | 77 ftm_pdev_obj->offset = 0; in wlan_ftm_process_utf_event() 86 (ftm_pdev_obj->offset > (FTM_CMD_MAX_BUF_LENGTH - utf_datalen))) { in wlan_ftm_process_utf_event() 90 qdf_mem_copy(&ftm_pdev_obj->data[ftm_pdev_obj->offset], in wlan_ftm_process_utf_event() 93 ftm_pdev_obj->offset = ftm_pdev_obj->offset + utf_datalen; in wlan_ftm_process_utf_event() 97 if (ftm_pdev_obj->offset != seghdr_info.len) { in wlan_ftm_process_utf_event() 99 ftm_pdev_obj->offset, seghdr_info.len); in wlan_ftm_process_utf_event() 102 ftm_pdev_obj->length = ftm_pdev_obj->offset; in wlan_ftm_process_utf_event()
|
/wlan-driver/qca-wifi-host-cmn/cfg/src/ |
H A D | cfg.c | 610 void *offset; in cfg_store_print() local 626 offset = cfg_value_ptr(store, meta); in cfg_store_print() 630 cfg_nofl_debug("%pK %s %d", offset, meta->name, in cfg_store_print() 631 *((int32_t *)offset)); in cfg_store_print() 634 cfg_nofl_debug("%pK %s %d", offset, meta->name, in cfg_store_print() 635 *((uint32_t *)offset)); in cfg_store_print() 638 cfg_nofl_debug("%pK %s %d", offset, meta->name, in cfg_store_print() 639 *((bool *)offset)); in cfg_store_print() 642 cfg_nofl_debug("%pK %s %s", offset, meta->name, in cfg_store_print() 643 (char *)offset); in cfg_store_print() [all …]
|
/wlan-driver/qcacld-3.0/core/hdd/src/ |
H A D | wlan_hdd_hang_event.c | 65 hdd_buf_ptr = hdd_hang_data->hang_data + hdd_hang_data->offset; in wlan_hdd_recovery_notifier_call() 66 if (hdd_hang_data->offset + total_len > QDF_WLAN_HANG_FW_OFFSET) in wlan_hdd_recovery_notifier_call() 78 hdd_hang_data->offset += total_len; in wlan_hdd_recovery_notifier_call() 90 hdd_buf_ptr = hdd_hang_data->hang_data + hdd_hang_data->offset; in wlan_hdd_recovery_notifier_call() 91 if (hdd_hang_data->offset + total_len > in wlan_hdd_recovery_notifier_call() 108 hdd_hang_data->offset += total_len; in wlan_hdd_recovery_notifier_call()
|
/wlan-driver/qcacld-3.0/core/dp/txrx/ |
H A D | ol_tx_queue.c | 1175 ol_tx_queue_log_oldest_update(struct ol_txrx_pdev_t *pdev, int offset) in ol_tx_queue_log_oldest_update() argument 1196 if (offset > pdev->txq_log.offset) { in ol_tx_queue_log_oldest_update() 1212 while (oldest_record_offset < offset) { in ol_tx_queue_log_oldest_update() 1256 int offset; in ol_tx_queue_log_alloc() local 1261 offset = pdev->txq_log.offset; in ol_tx_queue_log_alloc() 1262 align_pad = (align - ((offset + 1/*type*/))) & (align - 1); in ol_tx_queue_log_alloc() 1264 if (pdev->txq_log.size - offset >= size + 1 + align_pad) in ol_tx_queue_log_alloc() 1273 offset = 0; in ol_tx_queue_log_alloc() 1274 align_pad = (align - ((offset + 1/*type*/))) & (align - 1); in ol_tx_queue_log_alloc() 1281 ol_tx_queue_log_oldest_update(pdev, offset + size + 1 + align_pad); in ol_tx_queue_log_alloc() [all …]
|
/wlan-driver/qcacld-3.0/core/pld/src/ |
H A D | pld_usb.h | 55 int pld_usb_athdiag_read(struct device *dev, uint32_t offset, 70 int pld_usb_athdiag_write(struct device *dev, uint32_t offset, 96 static inline int pld_usb_athdiag_read(struct device *dev, uint32_t offset, in pld_usb_athdiag_read() argument 103 static inline int pld_usb_athdiag_write(struct device *dev, uint32_t offset, in pld_usb_athdiag_write() argument
|
/wlan-driver/qca-wifi-host-cmn/hif/src/dispatcher/ |
H A D | multibus.h | 70 uint32_t offset); 72 uint32_t offset, 88 int (*hif_addr_in_boundary)(struct hif_softc *scn, uint32_t offset); 95 unsigned int *offset); 294 unsigned int *offset); 298 unsigned int *offset) in hif_log_bus_info() argument
|
/wlan-driver/wpa_supplicant_8/src/common/ |
H A D | gas.c |
|
/wlan-driver/qcacld-3.0/core/pld/inc/ |
H A D | pld_common.h | 1413 int pld_athdiag_read(struct device *dev, uint32_t offset, uint32_t memtype, 1427 int pld_athdiag_write(struct device *dev, uint32_t offset, uint32_t memtype, 1823 int pld_pci_read_config_word(struct pci_dev *pdev, int offset, uint16_t *val); 1834 int pld_pci_write_config_word(struct pci_dev *pdev, int offset, uint16_t val); 1845 int pld_pci_read_config_dword(struct pci_dev *pdev, int offset, uint32_t *val); 1856 int pld_pci_write_config_dword(struct pci_dev *pdev, int offset, uint32_t val); 2058 static inline int pfrm_read_config_word(struct pci_dev *pdev, int offset, in pfrm_read_config_word() argument 2061 return pld_pci_read_config_word(pdev, offset, val); in pfrm_read_config_word() 2064 static inline int pfrm_write_config_word(struct pci_dev *pdev, int offset, in pfrm_write_config_word() argument 2067 return pld_pci_write_config_word(pdev, offset, val); in pfrm_write_config_word() [all …]
|