Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/intel/iwlwifi/dvm/ !
Drs.c1397 struct iwl_scale_tbl_info *search_tbl = in rs_move_legacy_other() local
1470 memcpy(search_tbl, tbl, sz); in rs_move_legacy_other()
1473 &search_tbl->current_rate, search_tbl)) { in rs_move_legacy_other()
1475 rs_set_expected_tpt_table(lq_sta, search_tbl); in rs_move_legacy_other()
1483 memcpy(search_tbl, tbl, sz); in rs_move_legacy_other()
1484 search_tbl->is_SGI = 0; in rs_move_legacy_other()
1486 search_tbl, index); in rs_move_legacy_other()
1499 memcpy(search_tbl, tbl, sz); in rs_move_legacy_other()
1500 search_tbl->is_SGI = 0; in rs_move_legacy_other()
1503 search_tbl->ant_type = ANT_AB; in rs_move_legacy_other()
[all …]
/linux-5.19.10/drivers/net/wireless/intel/iwlegacy/ !
D4965-rs.c1264 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()
[all …]
/linux-5.19.10/drivers/net/wireless/intel/iwlwifi/mvm/ !
Drs.c1675 struct iwl_scale_tbl_info *search_tbl = in rs_switch_to_column() local
1677 struct rs_rate *rate = &search_tbl->rate; in rs_switch_to_column()
1683 memcpy(search_tbl, tbl, offsetof(struct iwl_scale_tbl_info, win)); in rs_switch_to_column()
1712 search_tbl->column = col_id; in rs_switch_to_column()
1713 rs_set_expected_tpt_table(lq_sta, search_tbl); in rs_switch_to_column()
1721 rate_idx = rs_get_best_rate(mvm, lq_sta, search_tbl, in rs_switch_to_column()