Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/wireless/ath/ath11k/
Ddp.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 …]
Ddbring.h42 struct dp_srng refill_srng;
Ddp.c102 void ath11k_dp_srng_cleanup(struct ath11k_base *ab, struct dp_srng *ring) in ath11k_dp_srng_cleanup()
221 int ath11k_dp_srng_setup(struct ath11k_base *ab, struct dp_srng *ring, in ath11k_dp_srng_setup()
636 u32 ring_type, struct dp_srng *ring) in ath11k_dp_link_desc_cleanup()
Ddp_rx.c573 struct dp_srng *srng = NULL; in ath11k_dp_rx_pdev_srng_alloc()
3766 struct dp_srng *reo_except; in ath11k_dp_process_rx_err()
4188 struct dp_srng *err_ring; in ath11k_dp_process_rxdma_err()
4474 struct dp_srng *dp_srng; in ath11k_dp_rx_monitor_link_desc_return() local
4480 dp_srng = &dp->rxdma_mon_desc_ring; in ath11k_dp_rx_monitor_link_desc_return()
4481 hal_srng = &ar->ab->hal.srng_list[dp_srng->ring_id]; in ath11k_dp_rx_monitor_link_desc_return()
4483 dp_srng = &ar->ab->dp.wbm_desc_rel_ring; in ath11k_dp_rx_monitor_link_desc_return()
4484 hal_srng = &ar->ab->hal.srng_list[dp_srng->ring_id]; in ath11k_dp_rx_monitor_link_desc_return()
5662 struct dp_srng *dp_srng; in ath11k_dp_rx_pdev_mon_attach() local
5678 dp_srng = &dp->rxdma_mon_desc_ring; in ath11k_dp_rx_pdev_mon_attach()
[all …]
/Linux-v6.6/drivers/net/wireless/ath/ath12k/
Ddp.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];
317 struct dp_srng wbm_idle_ring;
318 struct dp_srng wbm_desc_rel_ring;
319 struct dp_srng tcl_cmd_ring;
320 struct dp_srng tcl_status_ring;
[all …]
Ddbring.h43 struct dp_srng refill_srng;
Ddp.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()
729 u32 ring_type, struct dp_srng *ring) in ath12k_dp_link_desc_cleanup()
Ddp_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()
Ddp_rx.c3380 struct dp_srng *reo_except; in ath12k_dp_rx_process_err()