Searched refs:mem_conf (Results 1 – 2 of 2) sorted by relevance
872 struct wl1251_acx_config_memory *mem_conf; in wl1251_acx_mem_cfg() local877 mem_conf = kzalloc(sizeof(*mem_conf), GFP_KERNEL); in wl1251_acx_mem_cfg()878 if (!mem_conf) in wl1251_acx_mem_cfg()883 mem_conf->mem_config.rx_mem_block_num = 35; in wl1251_acx_mem_cfg()884 mem_conf->mem_config.tx_min_mem_block_num = 64; in wl1251_acx_mem_cfg()887 mem_conf->mem_config.num_ssid_profiles = 1; in wl1251_acx_mem_cfg()888 mem_conf->mem_config.debug_buffer_size = in wl1251_acx_mem_cfg()892 mem_conf->rx_queue_config.dma_address = 0; in wl1251_acx_mem_cfg()900 mem_conf->tx_queue_config[i].attributes = i; in wl1251_acx_mem_cfg()904 sizeof(*mem_conf)); in wl1251_acx_mem_cfg()[all …]
958 struct wl12xx_acx_config_memory *mem_conf; in wl12xx_acx_mem_cfg() local964 mem_conf = kzalloc(sizeof(*mem_conf), GFP_KERNEL); in wl12xx_acx_mem_cfg()965 if (!mem_conf) { in wl12xx_acx_mem_cfg()973 mem_conf->num_stations = mem->num_stations; in wl12xx_acx_mem_cfg()974 mem_conf->rx_mem_block_num = mem->rx_block_num; in wl12xx_acx_mem_cfg()978 mem_conf->dyn_mem_enable = mem->dynamic_memory; in wl12xx_acx_mem_cfg()979 mem_conf->tx_free_req = mem->min_req_tx_blocks; in wl12xx_acx_mem_cfg()980 mem_conf->rx_free_req = mem->min_req_rx_blocks; in wl12xx_acx_mem_cfg()981 mem_conf->tx_min = mem->tx_min; in wl12xx_acx_mem_cfg()985 sizeof(*mem_conf)); in wl12xx_acx_mem_cfg()[all …]
Completed in 6 milliseconds