Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath12k/wifi7/
H A Dhal.c212 if (srng->flags & HAL_SRNG_FLAGS_MSI_SWAP) in ath12k_wifi7_hal_srng_dst_hw_init()
301 if (srng->flags & HAL_SRNG_FLAGS_MSI_SWAP) in ath12k_wifi7_hal_srng_src_hw_init()
/linux/drivers/net/wireless/ath/ath12k/
H A Ddp_htt.c792 cmd->info1 |= le32_encode_bits(!!(params.flags & HAL_SRNG_FLAGS_MSI_SWAP), in ath12k_dp_tx_htt_srng_setup()
974 cmd->info0 |= le32_encode_bits(!!(params.flags & HAL_SRNG_FLAGS_MSI_SWAP), in ath12k_dp_tx_htt_rx_filter_setup()
1290 cmd->info0 |= le32_encode_bits(!!(params.flags & HAL_SRNG_FLAGS_MSI_SWAP), in ath12k_dp_tx_htt_tx_filter_setup()
H A Dhal.h837 #define HAL_SRNG_FLAGS_MSI_SWAP 0x00000008 macro
/linux/drivers/net/wireless/ath/ath11k/
H A Dhal.c340 if (srng->flags & HAL_SRNG_FLAGS_MSI_SWAP) in ath11k_hal_srng_dst_hw_init()
445 if (srng->flags & HAL_SRNG_FLAGS_MSI_SWAP) in ath11k_hal_srng_src_hw_init()
1043 srng->flags |= HAL_SRNG_FLAGS_MSI_SWAP | HAL_SRNG_FLAGS_DATA_TLV_SWAP | in ath11k_hal_srng_setup()
H A Ddp_tx.c941 !!(params.flags & HAL_SRNG_FLAGS_MSI_SWAP)); in ath11k_dp_tx_htt_srng_setup()
1115 !!(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