Home
last modified time | relevance | path

Searched refs:dp_srng (Results 1 – 9 of 9) sorted by relevance

/freebsd-head/sys/contrib/dev/athk/ath11k/
HDdp.h61 struct dp_srng { struct
72 struct dp_srng refill_buf_ring; argument
83 struct dp_srng tcl_data_ring;
84 struct dp_srng tcl_comp_ring;
177 struct dp_srng rx_mac_buf_ring[MAX_RXDMA_PER_PDEV];
178 struct dp_srng rxdma_err_dst_ring[MAX_RXDMA_PER_PDEV];
179 struct dp_srng rxdma_mon_dst_ring;
180 struct dp_srng rxdma_mon_desc_ring;
264 struct dp_srng wbm_idle_ring;
265 struct dp_srng wbm_desc_rel_ring;
[all …]
HDdbring.h47 struct dp_srng refill_srng;
HDdp.c105 void ath11k_dp_srng_cleanup(struct ath11k_base *ab, struct dp_srng *ring) in ath11k_dp_srng_cleanup()
224 int ath11k_dp_srng_setup(struct ath11k_base *ab, struct dp_srng *ring, in ath11k_dp_srng_setup()
644 u32 ring_type, struct dp_srng *ring) in ath11k_dp_link_desc_cleanup()
HDdp_rx.c573 struct dp_srng *srng = NULL; in ath11k_dp_rx_pdev_srng_alloc()
3820 struct dp_srng *reo_except; in ath11k_dp_process_rx_err()
4246 struct dp_srng *err_ring; in ath11k_dp_process_rxdma_err()
4536 struct dp_srng *dp_srng; in ath11k_dp_rx_monitor_link_desc_return() local
4542 dp_srng = &dp->rxdma_mon_desc_ring; in ath11k_dp_rx_monitor_link_desc_return()
4543 hal_srng = &ar->ab->hal.srng_list[dp_srng->ring_id]; in ath11k_dp_rx_monitor_link_desc_return()
4545 dp_srng = &ar->ab->dp.wbm_desc_rel_ring; in ath11k_dp_rx_monitor_link_desc_return()
4546 hal_srng = &ar->ab->hal.srng_list[dp_srng->ring_id]; in ath11k_dp_rx_monitor_link_desc_return()
5732 struct dp_srng *dp_srng; in ath11k_dp_rx_pdev_mon_attach() local
5748 dp_srng = &dp->rxdma_mon_desc_ring; in ath11k_dp_rx_pdev_mon_attach()
[all …]
/freebsd-head/sys/contrib/dev/athk/ath12k/
HDdp.h25 struct dp_srng { struct
35 struct dp_srng refill_buf_ring; argument
46 struct dp_srng tcl_data_ring;
47 struct dp_srng tcl_comp_ring;
131 struct dp_srng rxdma_mon_dst_ring[MAX_RXDMA_PER_PDEV];
132 struct dp_srng tx_mon_dst_ring[MAX_RXDMA_PER_PDEV];
315 struct dp_srng wbm_idle_ring;
316 struct dp_srng wbm_desc_rel_ring;
317 struct dp_srng tcl_cmd_ring;
318 struct dp_srng tcl_status_ring;
[all …]
HDdbring.h43 struct dp_srng refill_srng;
HDdp.c101 void ath12k_dp_srng_cleanup(struct ath12k_base *ab, struct dp_srng *ring) in ath12k_dp_srng_cleanup()
217 int ath12k_dp_srng_setup(struct ath12k_base *ab, struct dp_srng *ring, in ath12k_dp_srng_setup()
734 u32 ring_type, struct dp_srng *ring) in ath12k_dp_link_desc_cleanup()
HDdp_mon.c2070 struct dp_srng *mon_dst_ring; in ath12k_dp_mon_srng_process()
2483 struct dp_srng *mon_dst_ring; in ath12k_dp_mon_rx_process_stats()
HDdp_rx.c3397 struct dp_srng *reo_except; in ath12k_dp_rx_process_err()