Lines Matching refs:tbl_idx
320 int tbl_idx;
326 tbl_idx = iwl_mvm_get_sar_geo_profile(mvm);
327 if (tbl_idx < 0) {
329 return tbl_idx;
332 if (!tbl_idx) {
337 "Use geographic profile %d\n", tbl_idx);
340 mvm->fwrt.geo_profiles[tbl_idx - 1].bands[0].chains[0],
341 mvm->fwrt.geo_profiles[tbl_idx - 1].bands[0].chains[1],
342 mvm->fwrt.geo_profiles[tbl_idx - 1].bands[0].max);
345 mvm->fwrt.geo_profiles[tbl_idx - 1].bands[1].chains[0],
346 mvm->fwrt.geo_profiles[tbl_idx - 1].bands[1].chains[1],
347 mvm->fwrt.geo_profiles[tbl_idx - 1].bands[1].max);