Lines Matching full:trx
4494 struct rtw89_btc_trx_info *trx = &btc->dm.trx_info;
4510 RTW89_SET_FWCMD_CXTRX_TXLV(cmd, trx->tx_lvl);
4511 RTW89_SET_FWCMD_CXTRX_RXLV(cmd, trx->rx_lvl);
4512 RTW89_SET_FWCMD_CXTRX_WLRSSI(cmd, trx->wl_rssi);
4513 RTW89_SET_FWCMD_CXTRX_BTRSSI(cmd, trx->bt_rssi);
4514 RTW89_SET_FWCMD_CXTRX_TXPWR(cmd, trx->tx_power);
4515 RTW89_SET_FWCMD_CXTRX_RXGAIN(cmd, trx->rx_gain);
4516 RTW89_SET_FWCMD_CXTRX_BTTXPWR(cmd, trx->bt_tx_power);
4517 RTW89_SET_FWCMD_CXTRX_BTRXGAIN(cmd, trx->bt_rx_gain);
4518 RTW89_SET_FWCMD_CXTRX_CN(cmd, trx->cn);
4519 RTW89_SET_FWCMD_CXTRX_NHM(cmd, trx->nhm);
4520 RTW89_SET_FWCMD_CXTRX_BTPROFILE(cmd, trx->bt_profile);
4521 RTW89_SET_FWCMD_CXTRX_RSVD2(cmd, trx->rsvd2);
4522 RTW89_SET_FWCMD_CXTRX_TXRATE(cmd, trx->tx_rate);
4523 RTW89_SET_FWCMD_CXTRX_RXRATE(cmd, trx->rx_rate);
4524 RTW89_SET_FWCMD_CXTRX_TXTP(cmd, trx->tx_tp);
4525 RTW89_SET_FWCMD_CXTRX_RXTP(cmd, trx->rx_tp);
4526 RTW89_SET_FWCMD_CXTRX_RXERRRA(cmd, trx->rx_err_ratio);