Home
last modified time | relevance | path

Searched refs:profile_param (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/wireless/ath/ath12k/
H A Dhw.h19 #define TARGET_NUM_VDEVS(ab) ((ab)->profile_param->num_vdevs)
22 #define TARGET_NUM_STATIONS_SINGLE(ab) ((ab)->profile_param->max_client_single)
25 #define TARGET_NUM_STATIONS_DBS(ab) ((ab)->profile_param->max_client_dbs)
29 ((ab)->profile_param->max_client_dbs_sbs)
H A Ddp.h178 ((ab)->profile_param->dp_params.tx_comp_ring_size)
195 ((ab)->profile_param->dp_params.rxdma_monitor_buf_ring_size)
197 ((ab)->profile_param->dp_params.rxdma_monitor_dst_ring_size)
232 ((ab)->profile_param->dp_params.num_pool_tx_desc)
235 ((ab)->profile_param->dp_params.rx_desc_count)
H A Dcore.h1234 const struct ath12k_mem_profile_based_param *profile_param; member
H A Dcore.c1757 ab->profile_param = param; in ath12k_core_pre_init()