Lines Matching refs:search_tbl
1264 struct il_scale_tbl_info *search_tbl = in il4965_rs_move_legacy_other() local
1297 memcpy(search_tbl, tbl, sz); in il4965_rs_move_legacy_other()
1300 (valid_tx_ant, &search_tbl->current_rate, in il4965_rs_move_legacy_other()
1301 search_tbl)) { in il4965_rs_move_legacy_other()
1304 search_tbl); in il4965_rs_move_legacy_other()
1312 memcpy(search_tbl, tbl, sz); in il4965_rs_move_legacy_other()
1313 search_tbl->is_SGI = 0; in il4965_rs_move_legacy_other()
1316 search_tbl, idx); in il4965_rs_move_legacy_other()
1329 memcpy(search_tbl, tbl, sz); in il4965_rs_move_legacy_other()
1330 search_tbl->is_SGI = 0; in il4965_rs_move_legacy_other()
1333 search_tbl->ant_type = ANT_AB; in il4965_rs_move_legacy_other()
1335 search_tbl->ant_type = ANT_AC; in il4965_rs_move_legacy_other()
1337 search_tbl->ant_type = ANT_BC; in il4965_rs_move_legacy_other()
1340 (valid_tx_ant, search_tbl->ant_type)) in il4965_rs_move_legacy_other()
1345 search_tbl, idx); in il4965_rs_move_legacy_other()
1360 search_tbl->lq_type = LQ_NONE; in il4965_rs_move_legacy_other()
1369 search_tbl->action = tbl->action; in il4965_rs_move_legacy_other()
1384 struct il_scale_tbl_info *search_tbl = in il4965_rs_move_siso_to_other() local
1414 memcpy(search_tbl, tbl, sz); in il4965_rs_move_siso_to_other()
1416 (valid_tx_ant, &search_tbl->current_rate, in il4965_rs_move_siso_to_other()
1417 search_tbl)) { in il4965_rs_move_siso_to_other()
1426 memcpy(search_tbl, tbl, sz); in il4965_rs_move_siso_to_other()
1427 search_tbl->is_SGI = 0; in il4965_rs_move_siso_to_other()
1430 search_tbl->ant_type = ANT_AB; in il4965_rs_move_siso_to_other()
1432 search_tbl->ant_type = ANT_AC; in il4965_rs_move_siso_to_other()
1434 search_tbl->ant_type = ANT_BC; in il4965_rs_move_siso_to_other()
1437 (valid_tx_ant, search_tbl->ant_type)) in il4965_rs_move_siso_to_other()
1442 search_tbl, idx); in il4965_rs_move_siso_to_other()
1456 memcpy(search_tbl, tbl, sz); in il4965_rs_move_siso_to_other()
1463 search_tbl->is_SGI = !tbl->is_SGI; in il4965_rs_move_siso_to_other()
1464 il4965_rs_set_expected_tpt_table(lq_sta, search_tbl); in il4965_rs_move_siso_to_other()
1467 if (tpt >= search_tbl->expected_tpt[idx]) in il4965_rs_move_siso_to_other()
1470 search_tbl->current_rate = in il4965_rs_move_siso_to_other()
1471 il4965_rate_n_flags_from_tbl(il, search_tbl, idx, in il4965_rs_move_siso_to_other()
1483 search_tbl->lq_type = LQ_NONE; in il4965_rs_move_siso_to_other()
1492 search_tbl->action = tbl->action; in il4965_rs_move_siso_to_other()
1507 struct il_scale_tbl_info *search_tbl = in il4965_rs_move_mimo2_to_other() local
1534 memcpy(search_tbl, tbl, sz); in il4965_rs_move_mimo2_to_other()
1536 (valid_tx_ant, &search_tbl->current_rate, in il4965_rs_move_mimo2_to_other()
1537 search_tbl)) { in il4965_rs_move_mimo2_to_other()
1548 memcpy(search_tbl, tbl, sz); in il4965_rs_move_mimo2_to_other()
1551 search_tbl->ant_type = ANT_A; in il4965_rs_move_mimo2_to_other()
1553 search_tbl->ant_type = ANT_B; in il4965_rs_move_mimo2_to_other()
1555 search_tbl->ant_type = ANT_C; in il4965_rs_move_mimo2_to_other()
1558 (valid_tx_ant, search_tbl->ant_type)) in il4965_rs_move_mimo2_to_other()
1563 search_tbl, idx); in il4965_rs_move_mimo2_to_other()
1580 memcpy(search_tbl, tbl, sz); in il4965_rs_move_mimo2_to_other()
1581 search_tbl->is_SGI = !tbl->is_SGI; in il4965_rs_move_mimo2_to_other()
1582 il4965_rs_set_expected_tpt_table(lq_sta, search_tbl); in il4965_rs_move_mimo2_to_other()
1591 if (tpt >= search_tbl->expected_tpt[idx]) in il4965_rs_move_mimo2_to_other()
1594 search_tbl->current_rate = in il4965_rs_move_mimo2_to_other()
1595 il4965_rate_n_flags_from_tbl(il, search_tbl, idx, in il4965_rs_move_mimo2_to_other()
1608 search_tbl->lq_type = LQ_NONE; in il4965_rs_move_mimo2_to_other()
1616 search_tbl->action = tbl->action; in il4965_rs_move_mimo2_to_other()