Lines Matching refs:table
205 struct wlan_psoc_host_chainmask_table *table; in target_if_spectral_get_agile_mode_cap() local
257 table = &ext_svc_param->chainmask_table[table_id]; in target_if_spectral_get_agile_mode_cap()
259 for (i = 0; i < table->num_valid_chainmasks; i++) { in target_if_spectral_get_agile_mode_cap()
261 table->cap_list[i].supports_aSpectral; in target_if_spectral_get_agile_mode_cap()
263 table->cap_list[i].supports_aSpectral_160; in target_if_spectral_get_agile_mode_cap()
5637 struct wlan_psoc_host_chainmask_table *table; in target_if_is_agile_supported_cur_chmask() local
5717 table = &ext_svc_param->chainmask_table[table_id]; in target_if_is_agile_supported_cur_chmask()
5718 if (!table) { in target_if_is_agile_supported_cur_chmask()
5723 for (j = 0; j < table->num_valid_chainmasks; j++) { in target_if_is_agile_supported_cur_chmask()
5724 if (table->cap_list[j].chainmask == vdev_rxchainmask) { in target_if_is_agile_supported_cur_chmask()
5727 table->cap_list[j].supports_aSpectral; in target_if_is_agile_supported_cur_chmask()
5730 table->cap_list[j].supports_aSpectral_160; in target_if_is_agile_supported_cur_chmask()
5735 if (j == table->num_valid_chainmasks) { in target_if_is_agile_supported_cur_chmask()