Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath12k/wifi7/
H A Ddp_rx.c1424 struct hal_reo_dest_ring *reo_desc; in ath12k_wifi7_dp_rx_process_err() local
1454 (reo_desc = ath12k_hal_srng_dst_get_next_entry(ab, srng))) { in ath12k_wifi7_dp_rx_process_err()
1458 hw_link_id = le32_get_bits(reo_desc->info0, in ath12k_wifi7_dp_rx_process_err()
1467 if (le32_get_bits(reo_desc->info0, HAL_REO_DEST_RING_INFO0_BUFFER_TYPE) == in ath12k_wifi7_dp_rx_process_err()
1471 reo_desc)) { in ath12k_wifi7_dp_rx_process_err()
1478 ret = ath12k_wifi7_hal_desc_reo_parse_err(dp, reo_desc, &paddr, in ath12k_wifi7_dp_rx_process_err()
1501 &reo_desc->buf_addr_info, in ath12k_wifi7_dp_rx_process_err()
1506 is_frag = !!(le32_to_cpu(reo_desc->rx_mpdu_info.info0) & in ath12k_wifi7_dp_rx_process_err()
1521 &reo_desc->buf_addr_info, in ath12k_wifi7_dp_rx_process_err()
1536 if (!ath12k_wifi7_dp_process_rx_err_buf(dp_pdev, reo_desc, in ath12k_wifi7_dp_rx_process_err()
/linux/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c3838 struct hal_reo_dest_ring *reo_desc = (struct hal_reo_dest_ring *)desc; in ath11k_dp_process_rx_err() local
3862 is_frag = !!(reo_desc->rx_mpdu_info.info0 & RX_MPDU_DESC_INFO0_FRAG_FLAG); in ath11k_dp_process_rx_err()
4345 u32 *reo_desc; in ath11k_dp_process_reo_status() local
4357 while ((reo_desc = ath11k_hal_srng_dst_get_next_entry(ab, srng))) { in ath11k_dp_process_reo_status()
4358 tag = FIELD_GET(HAL_SRNG_TLV_HDR_TAG, *reo_desc); in ath11k_dp_process_reo_status()
4362 ath11k_hal_reo_status_queue_stats(ab, reo_desc, in ath11k_dp_process_reo_status()
4366 ath11k_hal_reo_flush_queue_status(ab, reo_desc, in ath11k_dp_process_reo_status()
4370 ath11k_hal_reo_flush_cache_status(ab, reo_desc, in ath11k_dp_process_reo_status()
4374 ath11k_hal_reo_unblk_cache_status(ab, reo_desc, in ath11k_dp_process_reo_status()
4378 ath11k_hal_reo_flush_timeout_list_status(ab, reo_desc, in ath11k_dp_process_reo_status()
[all …]