Home
last modified time | relevance | path

Searched refs:other_tbl (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/intel/iwlegacy/
H A D4965-rs.c800 struct il_scale_tbl_info *curr_tbl, *other_tbl, *tmp_tbl; in il4965_rs_tx_status() local
880 other_tbl = &(lq_sta->lq_info[1 - lq_sta->active_tbl]); in il4965_rs_tx_status()
885 other_tbl = &(lq_sta->lq_info[lq_sta->active_tbl]); in il4965_rs_tx_status()
948 (&tbl_type, other_tbl)) in il4965_rs_tx_status()
949 tmp_tbl = other_tbl; in il4965_rs_tx_status()
/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Drs.c861 struct iwl_scale_tbl_info *curr_tbl, *other_tbl, *tmp_tbl; in rs_tx_status() local
942 other_tbl = &(lq_sta->lq_info[1 - lq_sta->active_tbl]); in rs_tx_status()
946 other_tbl = &(lq_sta->lq_info[lq_sta->active_tbl]); in rs_tx_status()
1007 else if (table_type_matches(&tbl_type, other_tbl)) in rs_tx_status()
1008 tmp_tbl = other_tbl; in rs_tx_status()