Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath11k/
H A Dhal_rx.h468 void ath11k_hal_reo_status_queue_stats(struct ath11k_base *ab, u32 *reo_desc,
470 void ath11k_hal_reo_flush_queue_status(struct ath11k_base *ab, u32 *reo_desc,
472 void ath11k_hal_reo_flush_cache_status(struct ath11k_base *ab, u32 *reo_desc,
474 void ath11k_hal_reo_flush_cache_status(struct ath11k_base *ab, u32 *reo_desc,
476 void ath11k_hal_reo_unblk_cache_status(struct ath11k_base *ab, u32 *reo_desc,
479 u32 *reo_desc,
482 u32 *reo_desc,
485 u32 *reo_desc,
487 int ath11k_hal_reo_process_status(u8 *reo_desc, u8 *status);
H A Dhal_rx.c223 struct hal_tlv_hdr *reo_desc; in ath11k_hal_reo_cmd_send() local
229 reo_desc = (struct hal_tlv_hdr *)ath11k_hal_srng_src_get_next_entry(ab, srng); in ath11k_hal_reo_cmd_send()
230 if (!reo_desc) { in ath11k_hal_reo_cmd_send()
237 ret = ath11k_hal_reo_cmd_queue_stats(reo_desc, cmd); in ath11k_hal_reo_cmd_send()
240 ret = ath11k_hal_reo_cmd_flush_cache(&ab->hal, reo_desc, cmd); in ath11k_hal_reo_cmd_send()
243 ret = ath11k_hal_reo_cmd_update_rx_queue(reo_desc, cmd); in ath11k_hal_reo_cmd_send()
432 void ath11k_hal_reo_status_queue_stats(struct ath11k_base *ab, u32 *reo_desc, in ath11k_hal_reo_status_queue_stats() argument
435 struct hal_tlv_hdr *tlv = (struct hal_tlv_hdr *)reo_desc; in ath11k_hal_reo_status_queue_stats()
498 int ath11k_hal_reo_process_status(u8 *reo_desc, u8 *status) in ath11k_hal_reo_process_status() argument
500 struct hal_tlv_hdr *tlv = (struct hal_tlv_hdr *)reo_desc; in ath11k_hal_reo_process_status()
[all …]
H A Ddp_rx.c3860 struct hal_reo_dest_ring *reo_desc = (struct hal_reo_dest_ring *)desc; in ath11k_dp_process_rx_err() local
3883 is_frag = !!(reo_desc->rx_mpdu_info.info0 & RX_MPDU_DESC_INFO0_FRAG_FLAG); in ath11k_dp_process_rx_err()
4347 u32 *reo_desc; in ath11k_dp_process_reo_status() local
4359 while ((reo_desc = ath11k_hal_srng_dst_get_next_entry(ab, srng))) { in ath11k_dp_process_reo_status()
4360 tag = FIELD_GET(HAL_SRNG_TLV_HDR_TAG, *reo_desc); in ath11k_dp_process_reo_status()
4364 ath11k_hal_reo_status_queue_stats(ab, reo_desc, in ath11k_dp_process_reo_status()
4368 ath11k_hal_reo_flush_queue_status(ab, reo_desc, in ath11k_dp_process_reo_status()
4372 ath11k_hal_reo_flush_cache_status(ab, reo_desc, in ath11k_dp_process_reo_status()
4376 ath11k_hal_reo_unblk_cache_status(ab, reo_desc, in ath11k_dp_process_reo_status()
4380 ath11k_hal_reo_flush_timeout_list_status(ab, reo_desc, in ath11k_dp_process_reo_status()
[all …]
/linux/drivers/net/wireless/ath/ath12k/
H A 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()
H A Ddp_rx.c3428 struct hal_reo_dest_ring *reo_desc; in ath12k_dp_rx_process_err() local
3456 (reo_desc = ath12k_hal_srng_dst_get_next_entry(ab, srng))) { in ath12k_dp_rx_process_err()
3460 ret = ath12k_hal_desc_reo_parse_err(ab, reo_desc, &paddr, in ath12k_dp_rx_process_err()
3476 ath12k_dp_rx_link_desc_return(ab, reo_desc, in ath12k_dp_rx_process_err()
3481 is_frag = !!(le32_to_cpu(reo_desc->rx_mpdu_info.info0) & in ath12k_dp_rx_process_err()
3490 ath12k_dp_rx_link_desc_return(ab, reo_desc, in ath12k_dp_rx_process_err()
3495 mac_id = le32_get_bits(reo_desc->info0, in ath12k_dp_rx_process_err()
3501 if (!ath12k_dp_process_rx_err_buf(ar, reo_desc, in ath12k_dp_rx_process_err()