Lines Matching refs:search_tbl
1279 struct il_scale_tbl_info *search_tbl = in il4965_rs_move_legacy_other() local
1312 memcpy(search_tbl, tbl, sz); in il4965_rs_move_legacy_other()
1315 (valid_tx_ant, &search_tbl->current_rate, in il4965_rs_move_legacy_other()
1316 search_tbl)) { in il4965_rs_move_legacy_other()
1319 search_tbl); in il4965_rs_move_legacy_other()
1327 memcpy(search_tbl, tbl, sz); in il4965_rs_move_legacy_other()
1328 search_tbl->is_SGI = 0; in il4965_rs_move_legacy_other()
1331 search_tbl, idx); in il4965_rs_move_legacy_other()
1344 memcpy(search_tbl, tbl, sz); in il4965_rs_move_legacy_other()
1345 search_tbl->is_SGI = 0; in il4965_rs_move_legacy_other()
1348 search_tbl->ant_type = ANT_AB; in il4965_rs_move_legacy_other()
1350 search_tbl->ant_type = ANT_AC; in il4965_rs_move_legacy_other()
1352 search_tbl->ant_type = ANT_BC; in il4965_rs_move_legacy_other()
1355 (valid_tx_ant, search_tbl->ant_type)) in il4965_rs_move_legacy_other()
1360 search_tbl, idx); in il4965_rs_move_legacy_other()
1375 search_tbl->lq_type = LQ_NONE; in il4965_rs_move_legacy_other()
1384 search_tbl->action = tbl->action; in il4965_rs_move_legacy_other()
1399 struct il_scale_tbl_info *search_tbl = in il4965_rs_move_siso_to_other() local
1429 memcpy(search_tbl, tbl, sz); in il4965_rs_move_siso_to_other()
1431 (valid_tx_ant, &search_tbl->current_rate, in il4965_rs_move_siso_to_other()
1432 search_tbl)) { in il4965_rs_move_siso_to_other()
1441 memcpy(search_tbl, tbl, sz); in il4965_rs_move_siso_to_other()
1442 search_tbl->is_SGI = 0; in il4965_rs_move_siso_to_other()
1445 search_tbl->ant_type = ANT_AB; in il4965_rs_move_siso_to_other()
1447 search_tbl->ant_type = ANT_AC; in il4965_rs_move_siso_to_other()
1449 search_tbl->ant_type = ANT_BC; in il4965_rs_move_siso_to_other()
1452 (valid_tx_ant, search_tbl->ant_type)) in il4965_rs_move_siso_to_other()
1457 search_tbl, idx); in il4965_rs_move_siso_to_other()
1471 memcpy(search_tbl, tbl, sz); in il4965_rs_move_siso_to_other()
1478 search_tbl->is_SGI = !tbl->is_SGI; in il4965_rs_move_siso_to_other()
1479 il4965_rs_set_expected_tpt_table(lq_sta, search_tbl); in il4965_rs_move_siso_to_other()
1482 if (tpt >= search_tbl->expected_tpt[idx]) in il4965_rs_move_siso_to_other()
1485 search_tbl->current_rate = in il4965_rs_move_siso_to_other()
1486 il4965_rate_n_flags_from_tbl(il, search_tbl, idx, in il4965_rs_move_siso_to_other()
1498 search_tbl->lq_type = LQ_NONE; in il4965_rs_move_siso_to_other()
1507 search_tbl->action = tbl->action; in il4965_rs_move_siso_to_other()
1522 struct il_scale_tbl_info *search_tbl = in il4965_rs_move_mimo2_to_other() local
1549 memcpy(search_tbl, tbl, sz); in il4965_rs_move_mimo2_to_other()
1551 (valid_tx_ant, &search_tbl->current_rate, in il4965_rs_move_mimo2_to_other()
1552 search_tbl)) { in il4965_rs_move_mimo2_to_other()
1563 memcpy(search_tbl, tbl, sz); in il4965_rs_move_mimo2_to_other()
1566 search_tbl->ant_type = ANT_A; in il4965_rs_move_mimo2_to_other()
1568 search_tbl->ant_type = ANT_B; in il4965_rs_move_mimo2_to_other()
1570 search_tbl->ant_type = ANT_C; in il4965_rs_move_mimo2_to_other()
1573 (valid_tx_ant, search_tbl->ant_type)) in il4965_rs_move_mimo2_to_other()
1578 search_tbl, idx); in il4965_rs_move_mimo2_to_other()
1595 memcpy(search_tbl, tbl, sz); in il4965_rs_move_mimo2_to_other()
1596 search_tbl->is_SGI = !tbl->is_SGI; in il4965_rs_move_mimo2_to_other()
1597 il4965_rs_set_expected_tpt_table(lq_sta, search_tbl); in il4965_rs_move_mimo2_to_other()
1606 if (tpt >= search_tbl->expected_tpt[idx]) in il4965_rs_move_mimo2_to_other()
1609 search_tbl->current_rate = in il4965_rs_move_mimo2_to_other()
1610 il4965_rate_n_flags_from_tbl(il, search_tbl, idx, in il4965_rs_move_mimo2_to_other()
1623 search_tbl->lq_type = LQ_NONE; in il4965_rs_move_mimo2_to_other()
1631 search_tbl->action = tbl->action; in il4965_rs_move_mimo2_to_other()