Searched refs:txpwr_elm (Results 1 – 1 of 1) sorted by relevance
1180 const struct __rtw89_fw_txpwr_element *txpwr_elm = &elm->u.txpwr; in rtw89_fw_recognize_txpwr_from_elm() local1199 if (txpwr_elm->rfe_type == efuse->rfe_type) in rtw89_fw_recognize_txpwr_from_elm()1203 if (txpwr_elm->rfe_type == RTW89_TXPWR_CONF_DFLT_RFE_TYPE && in rtw89_fw_recognize_txpwr_from_elm()1209 elm->id, txpwr_elm->rfe_type); in rtw89_fw_recognize_txpwr_from_elm()1214 elm->id, txpwr_elm->rfe_type); in rtw89_fw_recognize_txpwr_from_elm()1216 conf->rfe_type = txpwr_elm->rfe_type; in rtw89_fw_recognize_txpwr_from_elm()1217 conf->ent_sz = txpwr_elm->ent_sz; in rtw89_fw_recognize_txpwr_from_elm()1218 conf->num_ents = le32_to_cpu(txpwr_elm->num_ents); in rtw89_fw_recognize_txpwr_from_elm()1219 conf->data = txpwr_elm->content; in rtw89_fw_recognize_txpwr_from_elm()