Searched refs:tbl_type (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/
H A Drs.c906 struct iwl_scale_tbl_info tbl_type; rs_tx_status() local
941 rs_get_tbl_info_from_mcs(tx_rate, priv->band, &tbl_type, &rs_index); rs_tx_status()
960 (tbl_type.is_SGI != !!(mac_flags & IEEE80211_TX_RC_SHORT_GI)) || rs_tx_status()
961 (tbl_type.is_ht40 != !!(mac_flags & IEEE80211_TX_RC_40_MHZ_WIDTH)) || rs_tx_status()
962 (tbl_type.is_dup != !!(mac_flags & IEEE80211_TX_RC_DUP_DATA)) || rs_tx_status()
963 (tbl_type.ant_type != info->status.antenna) || rs_tx_status()
985 if (table_type_matches(&tbl_type, rs_tx_status()
989 } else if (table_type_matches(&tbl_type, rs_tx_status()
1002 tbl_type.lq_type, tbl_type.ant_type, tbl_type.is_SGI); rs_tx_status()
1020 rs_get_tbl_info_from_mcs(tx_rate, priv->band, &tbl_type, rs_tx_status()
1046 &tbl_type, &rs_index); rs_tx_status()
1051 if (table_type_matches(&tbl_type, curr_tbl)) rs_tx_status()
1053 else if (table_type_matches(&tbl_type, other_tbl)) rs_tx_status()
2896 struct iwl_scale_tbl_info tbl_type; rs_fill_link_cmd() local
2912 &tbl_type, &rate_idx); rs_fill_link_cmd()
2916 tbl_type.ant_type = rs_fill_link_cmd()
2921 if (is_legacy(tbl_type.lq_type)) { rs_fill_link_cmd()
2930 is_mimo(tbl_type.lq_type) ? 1 : 0; rs_fill_link_cmd()
2935 if (num_of_ant(tbl_type.ant_type) == 1) { rs_fill_link_cmd()
2937 tbl_type.ant_type; rs_fill_link_cmd()
2938 } else if (num_of_ant(tbl_type.ant_type) == 2) { rs_fill_link_cmd()
2940 tbl_type.ant_type; rs_fill_link_cmd()
2958 if (is_legacy(tbl_type.lq_type)) { rs_fill_link_cmd()
2963 &new_rate, &tbl_type)) rs_fill_link_cmd()
2977 rs_get_tbl_info_from_mcs(new_rate, lq_sta->band, &tbl_type, rs_fill_link_cmd()
2982 tbl_type.ant_type = rs_fill_link_cmd()
2989 if (is_mimo(tbl_type.lq_type)) rs_fill_link_cmd()
2993 new_rate = rs_get_lower_rate(lq_sta, &tbl_type, rate_idx, rs_fill_link_cmd()
2997 if (is_legacy(tbl_type.lq_type)) { rs_fill_link_cmd()
3002 &new_rate, &tbl_type)) rs_fill_link_cmd()
/linux-4.4.14/drivers/net/wireless/iwlegacy/
H A D4965-rs.c820 struct il_scale_tbl_info tbl_type; il4965_rs_tx_status() local
853 il4965_rs_get_tbl_info_from_mcs(tx_rate, il->band, &tbl_type, &rs_idx); il4965_rs_tx_status()
872 tbl_type.is_SGI != !!(mac_flags & IEEE80211_TX_RC_SHORT_GI) || il4965_rs_tx_status()
873 tbl_type.is_ht40 != !!(mac_flags & IEEE80211_TX_RC_40_MHZ_WIDTH) || il4965_rs_tx_status()
874 tbl_type.is_dup != !!(mac_flags & IEEE80211_TX_RC_DUP_DATA) || il4965_rs_tx_status()
875 tbl_type.ant_type != info->status.antenna || il4965_rs_tx_status()
899 (&tbl_type, &(lq_sta->lq_info[lq_sta->active_tbl]))) { il4965_rs_tx_status()
904 (&tbl_type, &lq_sta->lq_info[1 - lq_sta->active_tbl])) { il4965_rs_tx_status()
915 D_RATE("actual- lq:%x, ant:%x, SGI:%d\n", tbl_type.lq_type, il4965_rs_tx_status()
916 tbl_type.ant_type, tbl_type.is_SGI); il4965_rs_tx_status()
934 il4965_rs_get_tbl_info_from_mcs(tx_rate, il->band, &tbl_type, il4965_rs_tx_status()
961 &tbl_type, &rs_idx); il4965_rs_tx_status()
966 if (il4965_table_type_matches(&tbl_type, curr_tbl)) il4965_rs_tx_status()
969 (&tbl_type, other_tbl)) il4965_rs_tx_status()
2380 struct il_scale_tbl_info tbl_type; il4965_rs_fill_link_cmd() local
2393 il4965_rs_get_tbl_info_from_mcs(new_rate, lq_sta->band, &tbl_type, il4965_rs_fill_link_cmd()
2397 if (is_legacy(tbl_type.lq_type)) { il4965_rs_fill_link_cmd()
2405 is_mimo(tbl_type.lq_type) ? 1 : 0; il4965_rs_fill_link_cmd()
2410 if (il4965_num_of_ant(tbl_type.ant_type) == 1) { il4965_rs_fill_link_cmd()
2412 tbl_type.ant_type; il4965_rs_fill_link_cmd()
2413 } else if (il4965_num_of_ant(tbl_type.ant_type) == 2) { il4965_rs_fill_link_cmd()
2414 lq_cmd->general_params.dual_stream_ant_msk = tbl_type.ant_type; il4965_rs_fill_link_cmd()
2428 if (is_legacy(tbl_type.lq_type)) { il4965_rs_fill_link_cmd()
2434 &tbl_type)) il4965_rs_fill_link_cmd()
2449 &tbl_type, &rate_idx); il4965_rs_fill_link_cmd()
2454 if (is_mimo(tbl_type.lq_type)) il4965_rs_fill_link_cmd()
2459 il4965_rs_get_lower_rate(lq_sta, &tbl_type, rate_idx, il4965_rs_fill_link_cmd()
2463 if (is_legacy(tbl_type.lq_type)) { il4965_rs_fill_link_cmd()
2468 &new_rate, &tbl_type)) il4965_rs_fill_link_cmd()

Completed in 133 milliseconds