Searched refs:reo_desc (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/wireless/ath/ath11k/ |
| H A D | hal_rx.h | 468 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 D | dp_rx.c | 3803 struct hal_reo_dest_ring *reo_desc = (struct hal_reo_dest_ring *)desc; in ath11k_dp_process_rx_err() local 3827 is_frag = !!(reo_desc->rx_mpdu_info.info0 & RX_MPDU_DESC_INFO0_FRAG_FLAG); in ath11k_dp_process_rx_err() 4291 u32 *reo_desc; in ath11k_dp_process_reo_status() local 4303 while ((reo_desc = ath11k_hal_srng_dst_get_next_entry(ab, srng))) { in ath11k_dp_process_reo_status() 4304 tag = FIELD_GET(HAL_SRNG_TLV_HDR_TAG, *reo_desc); in ath11k_dp_process_reo_status() 4308 ath11k_hal_reo_status_queue_stats(ab, reo_desc, in ath11k_dp_process_reo_status() 4312 ath11k_hal_reo_flush_queue_status(ab, reo_desc, in ath11k_dp_process_reo_status() 4316 ath11k_hal_reo_flush_cache_status(ab, reo_desc, in ath11k_dp_process_reo_status() 4320 ath11k_hal_reo_unblk_cache_status(ab, reo_desc, in ath11k_dp_process_reo_status() 4324 ath11k_hal_reo_flush_timeout_list_status(ab, reo_desc, in ath11k_dp_process_reo_status() [all …]
|