Lines Matching full:trx
5331 struct rtw89_btc_trx_info *trx = &btc->dm.trx_info; local
5347 RTW89_SET_FWCMD_CXTRX_TXLV(cmd, trx->tx_lvl);
5348 RTW89_SET_FWCMD_CXTRX_RXLV(cmd, trx->rx_lvl);
5349 RTW89_SET_FWCMD_CXTRX_WLRSSI(cmd, trx->wl_rssi);
5350 RTW89_SET_FWCMD_CXTRX_BTRSSI(cmd, trx->bt_rssi);
5351 RTW89_SET_FWCMD_CXTRX_TXPWR(cmd, trx->tx_power);
5352 RTW89_SET_FWCMD_CXTRX_RXGAIN(cmd, trx->rx_gain);
5353 RTW89_SET_FWCMD_CXTRX_BTTXPWR(cmd, trx->bt_tx_power);
5354 RTW89_SET_FWCMD_CXTRX_BTRXGAIN(cmd, trx->bt_rx_gain);
5355 RTW89_SET_FWCMD_CXTRX_CN(cmd, trx->cn);
5356 RTW89_SET_FWCMD_CXTRX_NHM(cmd, trx->nhm);
5357 RTW89_SET_FWCMD_CXTRX_BTPROFILE(cmd, trx->bt_profile);
5358 RTW89_SET_FWCMD_CXTRX_RSVD2(cmd, trx->rsvd2);
5359 RTW89_SET_FWCMD_CXTRX_TXRATE(cmd, trx->tx_rate);
5360 RTW89_SET_FWCMD_CXTRX_RXRATE(cmd, trx->rx_rate);
5361 RTW89_SET_FWCMD_CXTRX_TXTP(cmd, trx->tx_tp);
5362 RTW89_SET_FWCMD_CXTRX_RXTP(cmd, trx->rx_tp);
5363 RTW89_SET_FWCMD_CXTRX_RXERRRA(cmd, trx->rx_err_ratio);