Searched refs:alloc_len (Results 1 – 5 of 5) sorted by relevance
797 uint32_t bss_len, alloc_len, ie_len; in csr_fill_bss_from_scan_entry() local819 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()
698 uint32_t alloc_len = 0, i, partner_links_data_len = 0; in wma_stats_ext_event_handler() local718 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() local822 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 …]
2890 uint32_t alloc_len; in ol_rx_aggregation_hole() local2894 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()
5944 uint32_t i, alloc_len; in wma_rx_aggr_failure_event_handler() local5970 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()