Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath11k/
H A 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;
264 struct dp_srng wbm_idle_ring;
266 struct dp_srng tcl_cmd_ring;
267 struct dp_srng tcl_status_ring;
269 struct dp_srng rx_rel_ring;
270 struct dp_srng reo_except_ring;
271 struct dp_srng reo_cmd_ring;
[all …]
H A Ddbring.h43 struct dp_srng refill_srng;
H A Ddp.c102 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()
650 u32 ring_type, struct dp_srng *ring) in ath11k_dp_link_desc_cleanup()
H A Ddp_rx.c574 struct dp_srng *srng = NULL; in ath11k_dp_rx_pdev_srng_alloc()
3833 struct dp_srng *reo_except; in ath11k_dp_process_rx_err()
4255 struct dp_srng *err_ring; in ath11k_dp_process_rxdma_err()
4541 struct dp_srng *dp_srng; in ath11k_dp_rx_monitor_link_desc_return() local
4547 dp_srng = &dp->rxdma_mon_desc_ring; in ath11k_dp_rx_monitor_link_desc_return()
4548 hal_srng = &ar->ab->hal.srng_list[dp_srng->ring_id]; in ath11k_dp_rx_monitor_link_desc_return()
4550 dp_srng = &ar->ab->dp.wbm_desc_rel_ring; in ath11k_dp_rx_monitor_link_desc_return()
4551 hal_srng = &ar->ab->hal.srng_list[dp_srng->ring_id]; in ath11k_dp_rx_monitor_link_desc_return()
5719 struct dp_srng *dp_srng; in ath11k_dp_rx_pdev_mon_attach() local
5735 dp_srng = &dp->rxdma_mon_desc_ring; in ath11k_dp_rx_pdev_mon_attach()
[all …]
/linux/drivers/net/wireless/ath/ath12k/
H A Ddp.h25 struct dp_srng { struct
35 struct dp_srng refill_buf_ring; argument
43 struct dp_srng refill_buf_ring;
51 struct dp_srng tcl_data_ring;
52 struct dp_srng tcl_comp_ring;
329 struct dp_srng wbm_idle_ring;
330 struct dp_srng wbm_desc_rel_ring;
332 struct dp_srng rx_rel_ring;
333 struct dp_srng reo_except_ring;
334 struct dp_srng reo_cmd_ring;
[all …]
H A Ddbring.h43 struct dp_srng refill_srng;
H A Ddp.c107 void ath12k_dp_srng_cleanup(struct ath12k_base *ab, struct dp_srng *ring) in ath12k_dp_srng_cleanup()
233 int ath12k_dp_srng_setup(struct ath12k_base *ab, struct dp_srng *ring, in ath12k_dp_srng_setup()
731 u32 ring_type, struct dp_srng *ring) in ath12k_dp_link_desc_cleanup()
H A Ddp_mon.c2033 struct dp_srng *mon_dst_ring; in ath12k_dp_mon_srng_process()
2445 struct dp_srng *mon_dst_ring; in ath12k_dp_mon_rx_process_stats()
H A Ddp_rx.c3426 struct dp_srng *reo_except; in ath12k_dp_rx_process_err()