Home
last modified time | relevance | path

Searched refs:HAL_SRNG_FLAGS_MSI_SWAP (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Ddp_tx.c1049 cmd->info1 |= le32_encode_bits(!!(params.flags & HAL_SRNG_FLAGS_MSI_SWAP), in ath12k_dp_tx_htt_srng_setup()
1229 cmd->info0 |= le32_encode_bits(!!(params.flags & HAL_SRNG_FLAGS_MSI_SWAP), in ath12k_dp_tx_htt_rx_filter_setup()
1499 cmd->info0 |= le32_encode_bits(!!(params.flags & HAL_SRNG_FLAGS_MSI_SWAP), in ath12k_dp_tx_htt_tx_filter_setup()
H A Dhal.h609 #define HAL_SRNG_FLAGS_MSI_SWAP 0x00000008 macro
H A Dhal.c1719 if (srng->flags & HAL_SRNG_FLAGS_MSI_SWAP) in ath12k_hal_srng_dst_hw_init()
1807 if (srng->flags & HAL_SRNG_FLAGS_MSI_SWAP) in ath12k_hal_srng_src_hw_init()
/linux-6.15/drivers/net/wireless/ath/ath11k/
H A Dhal.c339 if (srng->flags & HAL_SRNG_FLAGS_MSI_SWAP) in ath11k_hal_srng_dst_hw_init()
444 if (srng->flags & HAL_SRNG_FLAGS_MSI_SWAP) in ath11k_hal_srng_src_hw_init()
1017 srng->flags |= HAL_SRNG_FLAGS_MSI_SWAP | HAL_SRNG_FLAGS_DATA_TLV_SWAP | in ath11k_hal_srng_setup()
H A Ddp_tx.c939 !!(params.flags & HAL_SRNG_FLAGS_MSI_SWAP)); in ath11k_dp_tx_htt_srng_setup()
1113 !!(params.flags & HAL_SRNG_FLAGS_MSI_SWAP)); in ath11k_dp_tx_htt_rx_filter_setup()
H A Dhal.h519 #define HAL_SRNG_FLAGS_MSI_SWAP 0x00000008 macro