Lines Matching defs:tlv
24 static int ath12k_hal_reo_cmd_queue_stats(struct hal_tlv_64_hdr *tlv,
29 tlv->tl = le64_encode_bits(HAL_REO_GET_QUEUE_STATS, HAL_TLV_HDR_TAG) |
32 desc = (struct hal_reo_get_queue_stats *)tlv->value;
49 struct hal_tlv_64_hdr *tlv,
62 tlv->tl = le64_encode_bits(HAL_REO_FLUSH_CACHE, HAL_TLV_HDR_TAG) |
65 desc = (struct hal_reo_flush_cache *)tlv->value;
95 static int ath12k_hal_reo_cmd_update_rx_queue(struct hal_tlv_64_hdr *tlv,
100 tlv->tl = le64_encode_bits(HAL_REO_UPDATE_RX_REO_QUEUE, HAL_TLV_HDR_TAG) |
103 desc = (struct hal_reo_update_rx_queue *)tlv->value;
462 void ath12k_hal_reo_status_queue_stats(struct ath12k_base *ab, struct hal_tlv_64_hdr *tlv,
466 (struct hal_reo_get_queue_stats_status *)tlv->value;
525 void ath12k_hal_reo_flush_queue_status(struct ath12k_base *ab, struct hal_tlv_64_hdr *tlv,
529 (struct hal_reo_flush_queue_status *)tlv->value;
542 void ath12k_hal_reo_flush_cache_status(struct ath12k_base *ab, struct hal_tlv_64_hdr *tlv,
547 (struct hal_reo_flush_cache_status *)tlv->value;
583 void ath12k_hal_reo_unblk_cache_status(struct ath12k_base *ab, struct hal_tlv_64_hdr *tlv,
588 (struct hal_reo_unblock_cache_status *)tlv->value;
611 struct hal_tlv_64_hdr *tlv,
615 (struct hal_reo_flush_timeout_list_status *)tlv->value;
640 struct hal_tlv_64_hdr *tlv,
644 (struct hal_reo_desc_thresh_reached_status *)tlv->value;
675 struct hal_tlv_64_hdr *tlv,
679 (struct hal_reo_status_hdr *)tlv->value;
798 struct hal_tlv_64_hdr *tlv;
811 tlv = (struct hal_tlv_64_hdr *)entry;
812 desc = (struct hal_reo_get_queue_stats *)tlv->value;