Searched refs:hal_reo_dest_ring (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/contrib/dev/athk/ath12k/ |
H A D | dp_rx.h | 29 struct hal_reo_dest_ring *dst_ring_desc;
|
H A D | hal_rx.h | 696 struct hal_reo_dest_ring *desc,
|
H A D | dp_rx.c | 828 struct hal_reo_dest_ring *ring, in ath12k_dp_rx_link_desc_return() 2597 struct hal_reo_dest_ring *desc; in ath12k_dp_rx_process() 2972 struct hal_reo_dest_ring *reo_dest_ring; in ath12k_dp_rx_h_defrag_reo_reinject() 3193 struct hal_reo_dest_ring *ring_desc) in ath12k_dp_rx_frag_h_mpdu() 3310 ath12k_dp_process_rx_err_buf(struct ath12k *ar, struct hal_reo_dest_ring *desc, in ath12k_dp_process_rx_err_buf() 3395 struct hal_reo_dest_ring *reo_desc; in ath12k_dp_rx_process_err()
|
H A D | hal_rx.c | 318 struct hal_reo_dest_ring *desc, in ath12k_hal_desc_reo_parse_err()
|
H A D | hal_desc.h | 838 struct hal_reo_dest_ring { struct
|
H A D | hal.c | 18 .entry_size = sizeof(struct hal_reo_dest_ring) >> 2, 29 .entry_size = sizeof(struct hal_reo_dest_ring) >> 2,
|
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | hal.c | 20 .entry_size = sizeof(struct hal_reo_dest_ring) >> 2, 32 .entry_size = sizeof(struct hal_reo_dest_ring) >> 2,
|
H A D | hal_rx.c | 322 struct hal_reo_dest_ring *desc = (struct hal_reo_dest_ring *)rx_desc; in ath11k_hal_desc_reo_parse_err()
|
H A D | dp.h | 35 struct hal_reo_dest_ring *dst_ring_desc;
|
H A D | hal_desc.h | 691 struct hal_reo_dest_ring { struct
|
H A D | dp_rx.c | 2689 struct hal_reo_dest_ring *desc; in ath11k_dp_process_rx() 2705 (struct hal_reo_dest_ring *)ath11k_hal_srng_dst_get_next_entry(ab, in ath11k_dp_process_rx() 3420 struct hal_reo_dest_ring *reo_dest_ring; in ath11k_dp_rx_h_defrag_reo_reinject() 3847 struct hal_reo_dest_ring *reo_desc = (struct hal_reo_dest_ring *)desc; in ath11k_dp_process_rx_err()
|