Home
last modified time | relevance | path

Searched refs:alloc_len (Results 1 – 5 of 5) sorted by relevance

/wlan-driver/wpa_supplicant_8/src/wps/
H A Dwps_upnp.c
/wlan-driver/qcacld-3.0/core/sme/src/csr/
H A Dcsr_api_scan.c797 uint32_t bss_len, alloc_len, ie_len; in csr_fill_bss_from_scan_entry() local
819 alloc_len = sizeof(struct tag_csrscan_result) + bss_len; in csr_fill_bss_from_scan_entry()
820 bss = qdf_mem_malloc(alloc_len); in csr_fill_bss_from_scan_entry()
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_utils.c698 uint32_t alloc_len = 0, i, partner_links_data_len = 0; in wma_stats_ext_event_handler() local
718 alloc_len += sizeof(tSirStatsExtEvent); in wma_stats_ext_event_handler()
719 alloc_len += stats_ext_info->data_len; in wma_stats_ext_event_handler()
720 alloc_len += sizeof(struct cdp_txrx_ext_stats); in wma_stats_ext_event_handler()
729 alloc_len += partner_links_data_len; in wma_stats_ext_event_handler()
730 alloc_len += param_buf->num_partner_link_stats * in wma_stats_ext_event_handler()
742 stats_ext_event = qdf_mem_malloc(alloc_len); in wma_stats_ext_event_handler()
809 uint32_t alloc_len; in wma_stats_ext_event_handler() local
822 alloc_len = sizeof(tSirStatsExtEvent); in wma_stats_ext_event_handler()
823 alloc_len += stats_ext_info->data_len; in wma_stats_ext_event_handler()
[all …]
H A Dwma_data.c2890 uint32_t alloc_len; in ol_rx_aggregation_hole() local
2894 alloc_len = sizeof(*rx_aggr_hole_event) + in ol_rx_aggregation_hole()
2896 rx_aggr_hole_event = qdf_mem_malloc(alloc_len); in ol_rx_aggregation_hole()
H A Dwma_features.c5944 uint32_t i, alloc_len; in wma_rx_aggr_failure_event_handler() local
5970 alloc_len = sizeof(*rx_aggr_hole_event) + in wma_rx_aggr_failure_event_handler()
5973 rx_aggr_hole_event = qdf_mem_malloc(alloc_len); in wma_rx_aggr_failure_event_handler()