Home
last modified time | relevance | path

Searched refs:total_len (Results 1 – 25 of 31) sorted by relevance

12

/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_hang_event.c50 uint32_t total_len; in wlan_hdd_recovery_notifier_call() local
64 total_len = sizeof(*cmd_scan); 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()
89 total_len = sizeof(*cmd); 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()
Dwlan_hdd_debugfs_roam.c68 uint32_t total_len; in hdd_roam_scan_stats_cb() local
85 total_len = sizeof(*res) + res->num_roam_scans * in hdd_roam_scan_stats_cb()
88 stats_res = qdf_mem_malloc(total_len); in hdd_roam_scan_stats_cb()
92 qdf_mem_copy(stats_res, res, total_len); in hdd_roam_scan_stats_cb()
126 uint32_t total_len; in hdd_get_roam_scan_stats() local
162 total_len = sizeof(*res) + res->num_roam_scans * in hdd_get_roam_scan_stats()
165 stats_res = qdf_mem_malloc(total_len); in hdd_get_roam_scan_stats()
169 qdf_mem_copy(stats_res, res, total_len); in hdd_get_roam_scan_stats()
Dwlan_hdd_ioctl.c614 int total_len) in hdd_parse_reassoc_v2() argument
626 if (total_len < sizeof(params) + 8) { in hdd_parse_reassoc_v2()
674 int total_len) in hdd_parse_reassoc() argument
692 if (total_len < 26) { in hdd_parse_reassoc()
693 hdd_err("Invalid command, total_len = %d", total_len); in hdd_parse_reassoc()
700 ret = hdd_parse_reassoc_v2(adapter, command, total_len); in hdd_parse_reassoc()
913 const char *command, int total_len) in hdd_parse_sendactionframe_v2() argument
925 total_len -= 16; in hdd_parse_sendactionframe_v2()
927 if (total_len <= len_wo_payload) { in hdd_parse_sendactionframe_v2()
935 (params->len > (total_len - len_wo_payload))) { in hdd_parse_sendactionframe_v2()
[all …]
Dwlan_hdd_eht.c66 uint8_t total_len, cmn_info_len, link_info_len; in wlan_hdd_get_mlo_link_id() local
76 total_len = *mlie++; /* length */ in wlan_hdd_get_mlo_link_id()
97 link_info_len = total_len - cmn_info_len - 3; in wlan_hdd_get_mlo_link_id()
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_mlo.c1032 uint16_t total_len, uint8_t *target) in lim_fill_complete_mlo_ie() argument
1046 if (total_len > WLAN_MAX_IE_LEN + MIN_IE_LEN) in lim_fill_complete_mlo_ie()
1049 mlo_ie->data[TAG_LEN_POS] = total_len - MIN_IE_LEN; in lim_fill_complete_mlo_ie()
1051 buf = qdf_mem_malloc(total_len); in lim_fill_complete_mlo_ie()
1068 if (mlo_ie_total_len > total_len - MIN_IE_LEN) { in lim_fill_complete_mlo_ie()
1069 pe_err("Invalid len: %u, %u", mlo_ie_total_len, total_len); in lim_fill_complete_mlo_ie()
1087 consumed, total_len); in lim_fill_complete_mlo_ie()
1097 uint16_t total_len; in lim_caculate_mlo_ie_length() local
1100 total_len = mlo_ie->num_data; in lim_caculate_mlo_ie_length()
1103 total_len += sta_prof->num_data; in lim_caculate_mlo_ie_length()
[all …]
Dlim_mlo.h263 uint16_t total_len, uint8_t *target);
353 uint32_t total_len,
483 uint16_t total_len, uint8_t *target) in lim_fill_complete_mlo_ie() argument
/wlan-driver/qca-wifi-host-cmn/utils/host_diag_log/src/
Dhost_diag_log.c110 uint16_t total_len; in host_diag_log_submit() local
121 total_len = sizeof(tAniHdr) + sizeof(uint32_t) + data_len; in host_diag_log_submit()
123 pBuf = (uint8_t *) qdf_mem_malloc(total_len); in host_diag_log_submit()
130 wmsg->length = total_len; in host_diag_log_submit()
198 uint16_t total_len; in host_diag_event_report_payload() local
208 total_len = sizeof(tAniHdr) + sizeof(event_report_t) + length; in host_diag_event_report_payload()
210 pBuf = (uint8_t *) qdf_mem_malloc(total_len); in host_diag_event_report_payload()
217 wmsg->length = total_len; in host_diag_event_report_payload()
/wlan-driver/qca-wifi-host-cmn/wmi/src/
Dwmi_hang_event.c39 int nread, pos, total_len; in wmi_log_history() local
61 total_len = sizeof(struct wmi_hang_data_fixed_param); in wmi_log_history()
75 if (wmi_hang_data->offset + total_len > QDF_WLAN_HANG_FW_OFFSET) in wmi_log_history()
110 wmi_hang_data->offset += total_len; in wmi_log_history()
/wlan-driver/qca-wifi-host-cmn/htc/
Dhtc_credit_history.c175 uint32_t count = NUM_HANG_CREDIT_HISTORY, idx, total_len; in htc_log_hang_credit_history() local
188 total_len = sizeof(struct htc_hang_data_fixed_param); in htc_log_hang_credit_history()
207 if (htc_hang_data->offset + total_len > QDF_WLAN_HANG_FW_OFFSET) in htc_log_hang_credit_history()
218 htc_hang_data->offset += total_len; in htc_log_hang_credit_history()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/1.0/
Ddp_rx_mon_1.0.h206 uint32_t *total_len, in dp_mon_adjust_frag_len() argument
212 if (*total_len >= (RX_MONITOR_BUFFER_SIZE - rx_pkt_tlv_len)) { in dp_mon_adjust_frag_len()
215 *total_len -= *frag_len; in dp_mon_adjust_frag_len()
217 *frag_len = *total_len; in dp_mon_adjust_frag_len()
218 *total_len = 0; in dp_mon_adjust_frag_len()
255 void dp_rx_mon_frag_adjust_frag_len(uint32_t *total_len, uint32_t *frag_len, in dp_rx_mon_frag_adjust_frag_len() argument
258 if (*total_len >= max_limit) { in dp_rx_mon_frag_adjust_frag_len()
260 *total_len -= *frag_len; in dp_rx_mon_frag_adjust_frag_len()
262 *frag_len = *total_len; in dp_rx_mon_frag_adjust_frag_len()
263 *total_len = 0; in dp_rx_mon_frag_adjust_frag_len()
/wlan-driver/qca-wifi-host-cmn/umac/cfr/dispatcher/src/
Dwlan_cfr_tgt_api.c35 uint32_t status, total_len; in tgt_cfr_info_send() local
47 total_len = hlen + dlen + tlen; in tgt_cfr_info_send()
49 nl_data = qdf_mem_malloc(total_len); in tgt_cfr_info_send()
52 total_len, pa->nl_cb.vdev_id); in tgt_cfr_info_send()
66 (const void *)nl_data, total_len); in tgt_cfr_info_send()
/wlan-driver/fw-api/fw/
Dbin_sig.h34 unsigned int total_len; member
/wlan-driver/qcacld-3.0/core/dp/ol/inc/
Dol_txrx_stats.h48 uint32_t total_len; member
/wlan-driver/qcacld-3.0/core/wma/src/
Dwma_scan_roam.c1953 uint32_t total_len; in wma_extscan_cached_results_event_handler() local
1990 total_len = sizeof(*event) + in wma_extscan_cached_results_event_handler()
1995 WMI_SVC_MSG_MAX_SIZE - total_len) { in wma_extscan_cached_results_event_handler()
1999 total_len += src_hotlist[i].ie_length; in wma_extscan_cached_results_event_handler()
2000 wma_debug("total len IE: %d", total_len); in wma_extscan_cached_results_event_handler()
2004 (WMI_SVC_MSG_MAX_SIZE - total_len) / sizeof(*src_rssi)) { in wma_extscan_cached_results_event_handler()
2008 total_len += (src_hotlist[i].number_rssi_samples * in wma_extscan_cached_results_event_handler()
2010 wma_debug("total len RSSI samples: %d", total_len); in wma_extscan_cached_results_event_handler()
/wlan-driver/qcacld-3.0/core/dp/htt/
Dhtt_tx.c1772 uint32_t total_len = tso_info->curr_seg->seg.total_len; in htt_tx_desc_init() local
1774 HTT_TX_DESC_FRM_LEN_SET(local_word1, total_len); in htt_tx_desc_init()
1776 __func__, total_len); in htt_tx_desc_init()
/wlan-driver/qca-wifi-host-cmn/iot_sim/core/
Diot_sim_common.c255 uint16_t total_len, in iot_sim_validate_content() argument
270 for (i = 0; i < total_len;) { in iot_sim_validate_content()
277 if (i == total_len) in iot_sim_validate_content()
281 total_len, in iot_sim_validate_content()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_tx.h154 uint16_t total_len; member
176 uint32_t total_len; member
2135 tx_desc->msdu_ext_desc->tso_desc->seg.total_len : in dp_tx_get_pkt_len()
Ddp_tx.c1417 uint16_t total_len = 0; in dp_tx_prepare_raw() local
1473 total_len += qdf_nbuf_len(curr_nbuf); in dp_tx_prepare_raw()
1477 seg_info->total_len = total_len; in dp_tx_prepare_raw()
3552 seg_info->total_len = qdf_nbuf_len(nbuf); in dp_tx_prepare_sg()
/wlan-driver/qcacld-3.0/core/cds/src/
Dcds_api.c671 uint32_t total_len; in cds_hang_event_notifier_call() local
683 total_len = sizeof(*cmd); in cds_hang_event_notifier_call()
684 if (cds_hang_data->offset + total_len > QDF_WLAN_HANG_FW_OFFSET) in cds_hang_event_notifier_call()
706 cds_hang_data->offset += total_len; in cds_hang_event_notifier_call()
/wlan-driver/qcacld-3.0/core/dp/txrx/
Dol_txrx_internal.h748 pdev->stats.pub.tx.tso.tso_info.tso_msdu_info[idx].total_len
792 (TXRX_STATS_TSO_CURR_MSDU(pdev, idx).total_len = len)
/wlan-driver/qca-wifi-host-cmn/cfg/src/
Dcfg.c676 ssize_t total_len = buflen; in cfg_ini_config_print() local
748 *plen = total_len - buflen; in cfg_ini_config_print()
/wlan-driver/qca-wifi-host-cmn/qdf/inc/
Dqdf_types.h1456 uint32_t total_len; member
/wlan-driver/qcacld-3.0/components/p2p/core/src/
Dwlan_p2p_off_chan_tx.c529 uint8_t *p2p_ie, const uint8_t *noa_attr, uint32_t *total_len, in p2p_update_noa_stream() argument
536 uint32_t buf_len = *total_len; in p2p_update_noa_stream()
563 *total_len = buf_len; in p2p_update_noa_stream()
/wlan-driver/qcacld-3.0/components/pkt_capture/core/src/
Dwlan_pkt_capture_main.c314 nbuf_len = tso_seg->seg.total_len; in pkt_capture_process_tx_data()
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
Dqdf_nbuf.c4232 curr_seg->seg.total_len = curr_seg->seg.tso_frags[0].length; in __qdf_nbuf_fill_tso_cmn_seg_info()
4239 curr_seg->seg.total_len); in __qdf_nbuf_fill_tso_cmn_seg_info()
4334 curr_seg->seg.total_len += tso_frag_len; in __qdf_nbuf_get_tso_info()
4352 curr_seg->seg.total_len, in __qdf_nbuf_get_tso_info()

12