Lines Matching refs:search_tbl
1281 struct il_scale_tbl_info *search_tbl = in il4965_rs_move_legacy_other() local
1314 memcpy(search_tbl, tbl, sz); in il4965_rs_move_legacy_other()
1317 (valid_tx_ant, &search_tbl->current_rate, in il4965_rs_move_legacy_other()
1318 search_tbl)) { in il4965_rs_move_legacy_other()
1321 search_tbl); 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, idx); in il4965_rs_move_legacy_other()
1346 memcpy(search_tbl, tbl, sz); in il4965_rs_move_legacy_other()
1347 search_tbl->is_SGI = 0; in il4965_rs_move_legacy_other()
1350 search_tbl->ant_type = ANT_AB; in il4965_rs_move_legacy_other()
1352 search_tbl->ant_type = ANT_AC; in il4965_rs_move_legacy_other()
1354 search_tbl->ant_type = ANT_BC; in il4965_rs_move_legacy_other()
1357 (valid_tx_ant, search_tbl->ant_type)) in il4965_rs_move_legacy_other()
1362 search_tbl, idx); in il4965_rs_move_legacy_other()
1377 search_tbl->lq_type = LQ_NONE; in il4965_rs_move_legacy_other()
1386 search_tbl->action = tbl->action; in il4965_rs_move_legacy_other()
1401 struct il_scale_tbl_info *search_tbl = in il4965_rs_move_siso_to_other() local
1431 memcpy(search_tbl, tbl, sz); in il4965_rs_move_siso_to_other()
1433 (valid_tx_ant, &search_tbl->current_rate, in il4965_rs_move_siso_to_other()
1434 search_tbl)) { in il4965_rs_move_siso_to_other()
1443 memcpy(search_tbl, tbl, sz); in il4965_rs_move_siso_to_other()
1444 search_tbl->is_SGI = 0; in il4965_rs_move_siso_to_other()
1447 search_tbl->ant_type = ANT_AB; in il4965_rs_move_siso_to_other()
1449 search_tbl->ant_type = ANT_AC; in il4965_rs_move_siso_to_other()
1451 search_tbl->ant_type = ANT_BC; in il4965_rs_move_siso_to_other()
1454 (valid_tx_ant, search_tbl->ant_type)) in il4965_rs_move_siso_to_other()
1459 search_tbl, idx); in il4965_rs_move_siso_to_other()
1473 memcpy(search_tbl, tbl, sz); in il4965_rs_move_siso_to_other()
1480 search_tbl->is_SGI = !tbl->is_SGI; in il4965_rs_move_siso_to_other()
1481 il4965_rs_set_expected_tpt_table(lq_sta, search_tbl); in il4965_rs_move_siso_to_other()
1484 if (tpt >= search_tbl->expected_tpt[idx]) in il4965_rs_move_siso_to_other()
1487 search_tbl->current_rate = in il4965_rs_move_siso_to_other()
1488 il4965_rate_n_flags_from_tbl(il, search_tbl, idx, in il4965_rs_move_siso_to_other()
1500 search_tbl->lq_type = LQ_NONE; in il4965_rs_move_siso_to_other()
1509 search_tbl->action = tbl->action; in il4965_rs_move_siso_to_other()
1524 struct il_scale_tbl_info *search_tbl = in il4965_rs_move_mimo2_to_other() local
1551 memcpy(search_tbl, tbl, sz); in il4965_rs_move_mimo2_to_other()
1553 (valid_tx_ant, &search_tbl->current_rate, in il4965_rs_move_mimo2_to_other()
1554 search_tbl)) { in il4965_rs_move_mimo2_to_other()
1565 memcpy(search_tbl, tbl, sz); in il4965_rs_move_mimo2_to_other()
1568 search_tbl->ant_type = ANT_A; in il4965_rs_move_mimo2_to_other()
1570 search_tbl->ant_type = ANT_B; in il4965_rs_move_mimo2_to_other()
1572 search_tbl->ant_type = ANT_C; in il4965_rs_move_mimo2_to_other()
1575 (valid_tx_ant, search_tbl->ant_type)) in il4965_rs_move_mimo2_to_other()
1580 search_tbl, idx); in il4965_rs_move_mimo2_to_other()
1597 memcpy(search_tbl, tbl, sz); in il4965_rs_move_mimo2_to_other()
1598 search_tbl->is_SGI = !tbl->is_SGI; in il4965_rs_move_mimo2_to_other()
1599 il4965_rs_set_expected_tpt_table(lq_sta, search_tbl); in il4965_rs_move_mimo2_to_other()
1608 if (tpt >= search_tbl->expected_tpt[idx]) in il4965_rs_move_mimo2_to_other()
1611 search_tbl->current_rate = in il4965_rs_move_mimo2_to_other()
1612 il4965_rate_n_flags_from_tbl(il, search_tbl, idx, in il4965_rs_move_mimo2_to_other()
1625 search_tbl->lq_type = LQ_NONE; in il4965_rs_move_mimo2_to_other()
1633 search_tbl->action = tbl->action; in il4965_rs_move_mimo2_to_other()