Lines Matching defs:a2dp_trx

8748 	struct rtw89_btc_fbtc_a2dp_trx_stat *a2dp_trx;
8833 a2dp_trx = &pcysta->a2dp_trx[store_index];
8835 a2dp_trx->empty_cnt,
8836 a2dp_trx->retry_cnt,
8837 a2dp_trx->tx_rate ? 3 : 2,
8838 a2dp_trx->tx_cnt,
8839 a2dp_trx->ack_cnt,
8840 a2dp_trx->nack_cnt);
8845 a2dp_trx = &pcysta->a2dp_trx[store_index + 1];
8847 a2dp_trx->empty_cnt,
8848 a2dp_trx->retry_cnt,
8849 a2dp_trx->tx_rate ? 3 : 2,
8850 a2dp_trx->tx_cnt,
8851 a2dp_trx->ack_cnt,
8852 a2dp_trx->nack_cnt);
8878 struct rtw89_btc_fbtc_a2dp_trx_stat_v4 *a2dp_trx;
8965 a2dp_trx = &pcysta->a2dp_trx[store_index];
8967 a2dp_trx->empty_cnt,
8968 a2dp_trx->retry_cnt,
8969 a2dp_trx->tx_rate ? 3 : 2,
8970 a2dp_trx->tx_cnt,
8971 a2dp_trx->ack_cnt,
8972 a2dp_trx->nack_cnt);
8977 a2dp_trx = &pcysta->a2dp_trx[store_index + 1];
8979 a2dp_trx->empty_cnt,
8980 a2dp_trx->retry_cnt,
8981 a2dp_trx->tx_rate ? 3 : 2,
8982 a2dp_trx->tx_cnt,
8983 a2dp_trx->ack_cnt,
8984 a2dp_trx->nack_cnt);
9010 struct rtw89_btc_fbtc_a2dp_trx_stat_v4 *a2dp_trx;
9096 a2dp_trx = &pcysta->a2dp_trx[store_index];
9098 a2dp_trx->empty_cnt,
9099 a2dp_trx->retry_cnt,
9100 a2dp_trx->tx_rate ? 3 : 2,
9101 a2dp_trx->tx_cnt,
9102 a2dp_trx->ack_cnt,
9103 a2dp_trx->nack_cnt);
9108 a2dp_trx = &pcysta->a2dp_trx[store_index + 1];
9110 a2dp_trx->empty_cnt,
9111 a2dp_trx->retry_cnt,
9112 a2dp_trx->tx_rate ? 3 : 2,
9113 a2dp_trx->tx_cnt,
9114 a2dp_trx->ack_cnt,
9115 a2dp_trx->nack_cnt);
9240 pcysta->a2dp_trx[s_id].empty_cnt,
9241 pcysta->a2dp_trx[s_id].retry_cnt,
9242 (pcysta->a2dp_trx[s_id].tx_rate ? 3 : 2),
9243 pcysta->a2dp_trx[s_id].tx_cnt,
9244 pcysta->a2dp_trx[s_id].ack_cnt,
9245 pcysta->a2dp_trx[s_id].nack_cnt);
9254 pcysta->a2dp_trx[s_id + 1].empty_cnt,
9255 pcysta->a2dp_trx[s_id + 1].retry_cnt,
9256 (pcysta->a2dp_trx[s_id + 1].tx_rate ? 3 : 2),
9257 pcysta->a2dp_trx[s_id + 1].tx_cnt,
9258 pcysta->a2dp_trx[s_id + 1].ack_cnt,
9259 pcysta->a2dp_trx[s_id + 1].nack_cnt);