Home
last modified time | relevance | path

Searched refs:search_tbl (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Drs.c1380 struct iwl_scale_tbl_info *search_tbl = in rs_move_legacy_other() local
1453 memcpy(search_tbl, tbl, sz); in rs_move_legacy_other()
1456 &search_tbl->current_rate, search_tbl)) { in rs_move_legacy_other()
1458 rs_set_expected_tpt_table(lq_sta, search_tbl); in rs_move_legacy_other()
1466 memcpy(search_tbl, tbl, sz); in rs_move_legacy_other()
1467 search_tbl->is_SGI = 0; in rs_move_legacy_other()
1469 search_tbl, index); in rs_move_legacy_other()
1482 memcpy(search_tbl, tbl, sz); in rs_move_legacy_other()
1483 search_tbl->is_SGI = 0; in rs_move_legacy_other()
1486 search_tbl->ant_type = ANT_AB; in rs_move_legacy_other()
[all …]
/linux/drivers/net/wireless/intel/iwlegacy/
H A D4965-rs.c1258 struct il_scale_tbl_info *search_tbl = in il4965_rs_move_legacy_other() local
1291 memcpy(search_tbl, tbl, sz); in il4965_rs_move_legacy_other()
1294 (valid_tx_ant, &search_tbl->current_rate, in il4965_rs_move_legacy_other()
1295 search_tbl)) { in il4965_rs_move_legacy_other()
1298 search_tbl); in il4965_rs_move_legacy_other()
1306 memcpy(search_tbl, tbl, sz); in il4965_rs_move_legacy_other()
1307 search_tbl->is_SGI = 0; in il4965_rs_move_legacy_other()
1310 search_tbl, idx); in il4965_rs_move_legacy_other()
1323 memcpy(search_tbl, tbl, sz); in il4965_rs_move_legacy_other()
1324 search_tbl->is_SGI = 0; in il4965_rs_move_legacy_other()
[all …]
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drs.c1680 struct iwl_scale_tbl_info *search_tbl = in rs_switch_to_column() local
1682 struct rs_rate *rate = &search_tbl->rate; in rs_switch_to_column()
1688 memcpy(search_tbl, tbl, offsetof(struct iwl_scale_tbl_info, win)); in rs_switch_to_column()
1717 search_tbl->column = col_id; in rs_switch_to_column()
1718 rs_set_expected_tpt_table(lq_sta, search_tbl); in rs_switch_to_column()
1726 rate_idx = rs_get_best_rate(mvm, lq_sta, search_tbl, in rs_switch_to_column()