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

/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dfw.c833 const struct __rtw89_fw_txpwr_element *txpwr_elm = &elm->u.txpwr; local
847 if (txpwr_elm->rfe_type == efuse->rfe_type)
851 if (txpwr_elm->rfe_type == RTW89_TXPWR_CONF_DFLT_RFE_TYPE &&
857 elm->id, txpwr_elm->rfe_type);
862 elm->id, txpwr_elm->rfe_type);
864 conf->rfe_type = txpwr_elm->rfe_type;
865 conf->ent_sz = txpwr_elm->ent_sz;
866 conf->num_ents = le32_to_cpu(txpwr_elm->num_ents);
867 conf->data = txpwr_elm->content;

Completed in 101 milliseconds