Lines Matching refs:tlv

24 static int ath12k_hal_reo_cmd_queue_stats(struct hal_tlv_64_hdr *tlv,  in ath12k_hal_reo_cmd_queue_stats()  argument
29 tlv->tl = u32_encode_bits(HAL_REO_GET_QUEUE_STATS, HAL_TLV_HDR_TAG) | in ath12k_hal_reo_cmd_queue_stats()
32 desc = (struct hal_reo_get_queue_stats *)tlv->value; in ath12k_hal_reo_cmd_queue_stats()
49 struct hal_tlv_64_hdr *tlv, in ath12k_hal_reo_cmd_flush_cache() argument
62 tlv->tl = u32_encode_bits(HAL_REO_FLUSH_CACHE, HAL_TLV_HDR_TAG) | in ath12k_hal_reo_cmd_flush_cache()
65 desc = (struct hal_reo_flush_cache *)tlv->value; in ath12k_hal_reo_cmd_flush_cache()
95 static int ath12k_hal_reo_cmd_update_rx_queue(struct hal_tlv_64_hdr *tlv, in ath12k_hal_reo_cmd_update_rx_queue() argument
100 tlv->tl = u32_encode_bits(HAL_REO_UPDATE_RX_REO_QUEUE, HAL_TLV_HDR_TAG) | in ath12k_hal_reo_cmd_update_rx_queue()
103 desc = (struct hal_reo_update_rx_queue *)tlv->value; in ath12k_hal_reo_cmd_update_rx_queue()
462 void ath12k_hal_reo_status_queue_stats(struct ath12k_base *ab, struct hal_tlv_64_hdr *tlv, in ath12k_hal_reo_status_queue_stats() argument
466 (struct hal_reo_get_queue_stats_status *)tlv->value; in ath12k_hal_reo_status_queue_stats()
525 void ath12k_hal_reo_flush_queue_status(struct ath12k_base *ab, struct hal_tlv_64_hdr *tlv, in ath12k_hal_reo_flush_queue_status() argument
529 (struct hal_reo_flush_queue_status *)tlv->value; in ath12k_hal_reo_flush_queue_status()
542 void ath12k_hal_reo_flush_cache_status(struct ath12k_base *ab, struct hal_tlv_64_hdr *tlv, in ath12k_hal_reo_flush_cache_status() argument
547 (struct hal_reo_flush_cache_status *)tlv->value; in ath12k_hal_reo_flush_cache_status()
583 void ath12k_hal_reo_unblk_cache_status(struct ath12k_base *ab, struct hal_tlv_64_hdr *tlv, in ath12k_hal_reo_unblk_cache_status() argument
588 (struct hal_reo_unblock_cache_status *)tlv->value; in ath12k_hal_reo_unblk_cache_status()
611 struct hal_tlv_64_hdr *tlv, in ath12k_hal_reo_flush_timeout_list_status() argument
615 (struct hal_reo_flush_timeout_list_status *)tlv->value; in ath12k_hal_reo_flush_timeout_list_status()
640 struct hal_tlv_64_hdr *tlv, in ath12k_hal_reo_desc_thresh_reached_status() argument
644 (struct hal_reo_desc_thresh_reached_status *)tlv->value; in ath12k_hal_reo_desc_thresh_reached_status()
675 struct hal_tlv_64_hdr *tlv, in ath12k_hal_reo_update_rx_reo_queue_status() argument
679 (struct hal_reo_status_hdr *)tlv->value; in ath12k_hal_reo_update_rx_reo_queue_status()
795 struct hal_tlv_64_hdr *tlv; in ath12k_hal_reo_init_cmd_ring() local
808 tlv = (struct hal_tlv_64_hdr *)entry; in ath12k_hal_reo_init_cmd_ring()
809 desc = (struct hal_reo_get_queue_stats *)tlv->value; in ath12k_hal_reo_init_cmd_ring()