Lines Matching refs:info0
116 tcl_ext_cmd->info0 = le32_encode_bits(ti->paddr, in ath12k_hal_tx_cmd_ext_desc_setup()
160 desc_ext->info0 = le32_encode_bits(1, HAL_TX_MSDU_METADATA_INFO0_ENCRYPT_FLAG) | in ath12k_dp_prepare_htt_metadata()
668 wbm_status = le32_get_bits(status_desc->info0, in ath12k_dp_tx_process_htt_tx_complete()
965 u32 info0 = le32_to_cpu(desc->rate_stats.info0); in ath12k_dp_tx_status_parse() local
968 le32_get_bits(desc->info0, HAL_WBM_COMPL_TX_INFO0_REL_SRC_MODULE); in ath12k_dp_tx_status_parse()
976 ts->status = le32_get_bits(desc->info0, in ath12k_dp_tx_status_parse()
987 if (info0 & HAL_TX_RATE_STATS_INFO0_VALID) { in ath12k_dp_tx_status_parse()
988 ts->pkt_type = u32_get_bits(info0, HAL_TX_RATE_STATS_INFO0_PKT_TYPE); in ath12k_dp_tx_status_parse()
989 ts->mcs = u32_get_bits(info0, HAL_TX_RATE_STATS_INFO0_MCS); in ath12k_dp_tx_status_parse()
990 ts->sgi = u32_get_bits(info0, HAL_TX_RATE_STATS_INFO0_SGI); in ath12k_dp_tx_status_parse()
991 ts->bw = u32_get_bits(info0, HAL_TX_RATE_STATS_INFO0_BW); in ath12k_dp_tx_status_parse()
992 ts->tones = u32_get_bits(info0, HAL_TX_RATE_STATS_INFO0_TONES_IN_RU); in ath12k_dp_tx_status_parse()
993 ts->ofdma = u32_get_bits(info0, HAL_TX_RATE_STATS_INFO0_OFDMA_TX); in ath12k_dp_tx_status_parse()
1050 if (le32_get_bits(tx_status->info0, HAL_WBM_COMPL_TX_INFO0_CC_DONE)) { in ath12k_dp_tx_completion_handler()
1072 buf_rel_source = le32_get_bits(tx_status->info0, in ath12k_dp_tx_completion_handler()
1076 rel_status = le32_get_bits(tx_status->info0, in ath12k_dp_tx_completion_handler()
1191 cmd->info0 = le32_encode_bits(HTT_H2T_MSG_TYPE_SRING_SETUP, in ath12k_dp_tx_htt_srng_setup()
1195 cmd->info0 |= le32_encode_bits(DP_SW2HW_MACID(mac_id), in ath12k_dp_tx_htt_srng_setup()
1198 cmd->info0 |= le32_encode_bits(mac_id, in ath12k_dp_tx_htt_srng_setup()
1200 cmd->info0 |= le32_encode_bits(htt_ring_type, in ath12k_dp_tx_htt_srng_setup()
1202 cmd->info0 |= le32_encode_bits(htt_ring_id, in ath12k_dp_tx_htt_srng_setup()
1392 cmd->info0 = le32_encode_bits(HTT_H2T_MSG_TYPE_RX_RING_SELECTION_CFG, in ath12k_dp_tx_htt_rx_filter_setup()
1396 cmd->info0 |= in ath12k_dp_tx_htt_rx_filter_setup()
1400 cmd->info0 |= in ath12k_dp_tx_htt_rx_filter_setup()
1403 cmd->info0 |= le32_encode_bits(htt_ring_id, in ath12k_dp_tx_htt_rx_filter_setup()
1405 cmd->info0 |= le32_encode_bits(!!(params.flags & HAL_SRNG_FLAGS_MSI_SWAP), in ath12k_dp_tx_htt_rx_filter_setup()
1407 cmd->info0 |= le32_encode_bits(!!(params.flags & HAL_SRNG_FLAGS_DATA_TLV_SWAP), in ath12k_dp_tx_htt_rx_filter_setup()
1409 cmd->info0 |= le32_encode_bits(tlv_filter->offset_valid, in ath12k_dp_tx_htt_rx_filter_setup()
1411 cmd->info0 |= in ath12k_dp_tx_htt_rx_filter_setup()
1414 cmd->info0 |= le32_encode_bits(!tlv_filter->rxmon_disable, in ath12k_dp_tx_htt_rx_filter_setup()
1705 cmd->info0 = le32_encode_bits(HTT_H2T_MSG_TYPE_TX_MONITOR_CFG, in ath12k_dp_tx_htt_tx_filter_setup()
1709 cmd->info0 |= in ath12k_dp_tx_htt_tx_filter_setup()
1713 cmd->info0 |= in ath12k_dp_tx_htt_tx_filter_setup()
1716 cmd->info0 |= le32_encode_bits(htt_ring_id, in ath12k_dp_tx_htt_tx_filter_setup()
1718 cmd->info0 |= le32_encode_bits(!!(params.flags & HAL_SRNG_FLAGS_MSI_SWAP), in ath12k_dp_tx_htt_tx_filter_setup()
1720 cmd->info0 |= le32_encode_bits(!!(params.flags & HAL_SRNG_FLAGS_DATA_TLV_SWAP), in ath12k_dp_tx_htt_tx_filter_setup()