Searched refs:txpwr_elm (Results 1 – 1 of 1) sorted by relevance
1138 const struct __rtw89_fw_txpwr_element *txpwr_elm = &elm->u.txpwr; in rtw89_fw_recognize_txpwr_from_elm() local1152 if (txpwr_elm->rfe_type == efuse->rfe_type) in rtw89_fw_recognize_txpwr_from_elm()1156 if (txpwr_elm->rfe_type == RTW89_TXPWR_CONF_DFLT_RFE_TYPE && in rtw89_fw_recognize_txpwr_from_elm()1162 elm->id, txpwr_elm->rfe_type); in rtw89_fw_recognize_txpwr_from_elm()1167 elm->id, txpwr_elm->rfe_type); in rtw89_fw_recognize_txpwr_from_elm()1169 conf->rfe_type = txpwr_elm->rfe_type; in rtw89_fw_recognize_txpwr_from_elm()1170 conf->ent_sz = txpwr_elm->ent_sz; in rtw89_fw_recognize_txpwr_from_elm()1171 conf->num_ents = le32_to_cpu(txpwr_elm->num_ents); in rtw89_fw_recognize_txpwr_from_elm()1172 conf->data = txpwr_elm->content; in rtw89_fw_recognize_txpwr_from_elm()