Home
last modified time | relevance | path

Searched refs:reo_desc (Results 1 – 5 of 5) sorted by relevance

/linux-6.6.21/drivers/net/wireless/ath/ath11k/
Dhal_rx.h461 void ath11k_hal_reo_status_queue_stats(struct ath11k_base *ab, u32 *reo_desc,
463 void ath11k_hal_reo_flush_queue_status(struct ath11k_base *ab, u32 *reo_desc,
465 void ath11k_hal_reo_flush_cache_status(struct ath11k_base *ab, u32 *reo_desc,
467 void ath11k_hal_reo_flush_cache_status(struct ath11k_base *ab, u32 *reo_desc,
469 void ath11k_hal_reo_unblk_cache_status(struct ath11k_base *ab, u32 *reo_desc,
472 u32 *reo_desc,
475 u32 *reo_desc,
478 u32 *reo_desc,
480 int ath11k_hal_reo_process_status(u8 *reo_desc, u8 *status);
Dhal_rx.c222 struct hal_tlv_hdr *reo_desc; in ath11k_hal_reo_cmd_send() local
228 reo_desc = (struct hal_tlv_hdr *)ath11k_hal_srng_src_get_next_entry(ab, srng); in ath11k_hal_reo_cmd_send()
229 if (!reo_desc) { in ath11k_hal_reo_cmd_send()
236 ret = ath11k_hal_reo_cmd_queue_stats(reo_desc, cmd); in ath11k_hal_reo_cmd_send()
239 ret = ath11k_hal_reo_cmd_flush_cache(&ab->hal, reo_desc, cmd); in ath11k_hal_reo_cmd_send()
242 ret = ath11k_hal_reo_cmd_update_rx_queue(reo_desc, cmd); in ath11k_hal_reo_cmd_send()
431 void ath11k_hal_reo_status_queue_stats(struct ath11k_base *ab, u32 *reo_desc, in ath11k_hal_reo_status_queue_stats() argument
434 struct hal_tlv_hdr *tlv = (struct hal_tlv_hdr *)reo_desc; in ath11k_hal_reo_status_queue_stats()
497 int ath11k_hal_reo_process_status(u8 *reo_desc, u8 *status) in ath11k_hal_reo_process_status() argument
499 struct hal_tlv_hdr *tlv = (struct hal_tlv_hdr *)reo_desc; in ath11k_hal_reo_process_status()
[all …]
Ddp_rx.c3799 struct hal_reo_dest_ring *reo_desc = (struct hal_reo_dest_ring *)desc; in ath11k_dp_process_rx_err() local
3822 is_frag = !!(reo_desc->rx_mpdu_info.info0 & RX_MPDU_DESC_INFO0_FRAG_FLAG); in ath11k_dp_process_rx_err()
4286 u32 *reo_desc; in ath11k_dp_process_reo_status() local
4298 while ((reo_desc = ath11k_hal_srng_dst_get_next_entry(ab, srng))) { in ath11k_dp_process_reo_status()
4299 tag = FIELD_GET(HAL_SRNG_TLV_HDR_TAG, *reo_desc); in ath11k_dp_process_reo_status()
4303 ath11k_hal_reo_status_queue_stats(ab, reo_desc, in ath11k_dp_process_reo_status()
4307 ath11k_hal_reo_flush_queue_status(ab, reo_desc, in ath11k_dp_process_reo_status()
4311 ath11k_hal_reo_flush_cache_status(ab, reo_desc, in ath11k_dp_process_reo_status()
4315 ath11k_hal_reo_unblk_cache_status(ab, reo_desc, in ath11k_dp_process_reo_status()
4319 ath11k_hal_reo_flush_timeout_list_status(ab, reo_desc, in ath11k_dp_process_reo_status()
[all …]
/linux-6.6.21/drivers/net/wireless/ath/ath12k/
Dhal_rx.c224 struct hal_tlv_64_hdr *reo_desc; in ath12k_hal_reo_cmd_send() local
230 reo_desc = ath12k_hal_srng_src_get_next_entry(ab, srng); in ath12k_hal_reo_cmd_send()
231 if (!reo_desc) { in ath12k_hal_reo_cmd_send()
238 ret = ath12k_hal_reo_cmd_queue_stats(reo_desc, cmd); in ath12k_hal_reo_cmd_send()
241 ret = ath12k_hal_reo_cmd_flush_cache(&ab->hal, reo_desc, cmd); in ath12k_hal_reo_cmd_send()
244 ret = ath12k_hal_reo_cmd_update_rx_queue(reo_desc, cmd); in ath12k_hal_reo_cmd_send()
Ddp_rx.c3407 struct hal_reo_dest_ring *reo_desc; in ath12k_dp_rx_process_err() local
3434 (reo_desc = ath12k_hal_srng_dst_get_next_entry(ab, srng))) { in ath12k_dp_rx_process_err()
3436 ret = ath12k_hal_desc_reo_parse_err(ab, reo_desc, &paddr, in ath12k_dp_rx_process_err()
3452 ath12k_dp_rx_link_desc_return(ab, reo_desc, in ath12k_dp_rx_process_err()
3457 is_frag = !!(le32_to_cpu(reo_desc->rx_mpdu_info.info0) & in ath12k_dp_rx_process_err()
3466 ath12k_dp_rx_link_desc_return(ab, reo_desc, in ath12k_dp_rx_process_err()
3471 mac_id = le32_get_bits(reo_desc->info0, in ath12k_dp_rx_process_err()
3477 if (!ath12k_dp_process_rx_err_buf(ar, reo_desc, drop, in ath12k_dp_rx_process_err()