Searched refs:search_tbl (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | rs.c | 1380 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 …]
|
/openbmc/linux/drivers/net/wireless/intel/iwlegacy/ |
H A D | 4965-rs.c | 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() [all …]
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | rs.c | 1679 struct iwl_scale_tbl_info *search_tbl = in rs_switch_to_column() local 1681 struct rs_rate *rate = &search_tbl->rate; in rs_switch_to_column() 1687 memcpy(search_tbl, tbl, offsetof(struct iwl_scale_tbl_info, win)); in rs_switch_to_column() 1716 search_tbl->column = col_id; in rs_switch_to_column() 1717 rs_set_expected_tpt_table(lq_sta, search_tbl); in rs_switch_to_column() 1725 rate_idx = rs_get_best_rate(mvm, lq_sta, search_tbl, in rs_switch_to_column()
|