Home
last modified time | relevance | path

Searched refs:avail_slot (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Dhal_rx.c53 u8 avail_slot = ffz(hal->avail_blk_resource); in ath12k_hal_reo_cmd_flush_cache() local
56 if (avail_slot >= HAL_MAX_AVAIL_BLK_RES) in ath12k_hal_reo_cmd_flush_cache()
59 hal->current_blk_index = avail_slot; in ath12k_hal_reo_cmd_flush_cache()
82 le32_encode_bits(avail_slot, in ath12k_hal_reo_cmd_flush_cache()
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dhal_rx.c51 u8 avail_slot = ffz(hal->avail_blk_resource); in ath11k_hal_reo_cmd_flush_cache() local
54 if (avail_slot >= HAL_MAX_AVAIL_BLK_RES) in ath11k_hal_reo_cmd_flush_cache()
57 hal->current_blk_index = avail_slot; in ath11k_hal_reo_cmd_flush_cache()
81 avail_slot); in ath11k_hal_reo_cmd_flush_cache()