Searched refs:reo_desc (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/net/wireless/ath/ath11k/ |
| A D | hal_rx.h | 294 void ath11k_hal_reo_status_queue_stats(struct ath11k_base *ab, u32 *reo_desc, 296 void ath11k_hal_reo_flush_queue_status(struct ath11k_base *ab, u32 *reo_desc, 298 void ath11k_hal_reo_flush_cache_status(struct ath11k_base *ab, u32 *reo_desc, 300 void ath11k_hal_reo_flush_cache_status(struct ath11k_base *ab, u32 *reo_desc, 302 void ath11k_hal_reo_unblk_cache_status(struct ath11k_base *ab, u32 *reo_desc, 305 u32 *reo_desc, 308 u32 *reo_desc, 311 u32 *reo_desc, 313 int ath11k_hal_reo_process_status(u8 *reo_desc, u8 *status);
|
| A D | hal_rx.c | 225 struct hal_tlv_hdr *reo_desc; in ath11k_hal_reo_cmd_send() local 232 if (!reo_desc) { in ath11k_hal_reo_cmd_send() 239 ret = ath11k_hal_reo_cmd_queue_stats(reo_desc, cmd); in ath11k_hal_reo_cmd_send() 245 ret = ath11k_hal_reo_cmd_update_rx_queue(reo_desc, cmd); in ath11k_hal_reo_cmd_send() 437 struct hal_tlv_hdr *tlv = (struct hal_tlv_hdr *)reo_desc; in ath11k_hal_reo_status_queue_stats() 500 struct hal_tlv_hdr *tlv = (struct hal_tlv_hdr *)reo_desc; in ath11k_hal_reo_process_status() 512 struct hal_tlv_hdr *tlv = (struct hal_tlv_hdr *)reo_desc; in ath11k_hal_reo_flush_queue_status() 531 struct hal_tlv_hdr *tlv = (struct hal_tlv_hdr *)reo_desc; in ath11k_hal_reo_flush_cache_status() 598 u32 *reo_desc, in ath11k_hal_reo_flush_timeout_list_status() argument 628 u32 *reo_desc, in ath11k_hal_reo_desc_thresh_reached_status() argument [all …]
|
| A D | dp_rx.c | 3788 struct hal_reo_dest_ring *reo_desc = (struct hal_reo_dest_ring *)desc; in ath11k_dp_process_rx_err() local 4275 u32 *reo_desc; in ath11k_dp_process_reo_status() local 4287 while ((reo_desc = ath11k_hal_srng_dst_get_next_entry(ab, srng))) { in ath11k_dp_process_reo_status() 4288 tag = FIELD_GET(HAL_SRNG_TLV_HDR_TAG, *reo_desc); in ath11k_dp_process_reo_status() 4292 ath11k_hal_reo_status_queue_stats(ab, reo_desc, in ath11k_dp_process_reo_status() 4296 ath11k_hal_reo_flush_queue_status(ab, reo_desc, in ath11k_dp_process_reo_status() 4300 ath11k_hal_reo_flush_cache_status(ab, reo_desc, in ath11k_dp_process_reo_status() 4304 ath11k_hal_reo_unblk_cache_status(ab, reo_desc, in ath11k_dp_process_reo_status() 4308 ath11k_hal_reo_flush_timeout_list_status(ab, reo_desc, in ath11k_dp_process_reo_status() 4312 ath11k_hal_reo_desc_thresh_reached_status(ab, reo_desc, in ath11k_dp_process_reo_status() [all …]
|
Completed in 18 milliseconds