Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/ath/ath11k/
H A Ddp.h63 struct dp_srng { struct
74 struct dp_srng refill_buf_ring; argument
85 struct dp_srng tcl_data_ring;
86 struct dp_srng tcl_comp_ring;
265 struct dp_srng wbm_idle_ring;
267 struct dp_srng tcl_cmd_ring;
268 struct dp_srng tcl_status_ring;
270 struct dp_srng rx_rel_ring;
271 struct dp_srng reo_except_ring;
272 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()
222 int ath11k_dp_srng_setup(struct ath11k_base *ab, struct dp_srng *ring, in ath11k_dp_srng_setup()
637 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()
3822 struct dp_srng *reo_except; in ath11k_dp_process_rx_err()
4245 struct dp_srng *err_ring; in ath11k_dp_process_rxdma_err()
4531 struct dp_srng *dp_srng; in ath11k_dp_rx_monitor_link_desc_return() local
4537 dp_srng = &dp->rxdma_mon_desc_ring; in ath11k_dp_rx_monitor_link_desc_return()
4538 hal_srng = &ar->ab->hal.srng_list[dp_srng->ring_id]; in ath11k_dp_rx_monitor_link_desc_return()
4540 dp_srng = &ar->ab->dp.wbm_desc_rel_ring; in ath11k_dp_rx_monitor_link_desc_return()
4541 hal_srng = &ar->ab->hal.srng_list[dp_srng->ring_id]; in ath11k_dp_rx_monitor_link_desc_return()
5717 struct dp_srng *dp_srng; in ath11k_dp_rx_pdev_mon_attach() local
5733 dp_srng = &dp->rxdma_mon_desc_ring; in ath11k_dp_rx_pdev_mon_attach()
[all …]
/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Ddp.h26 struct dp_srng { struct
36 struct dp_srng refill_buf_ring; argument
44 struct dp_srng refill_buf_ring;
52 struct dp_srng tcl_data_ring;
53 struct dp_srng tcl_comp_ring;
328 struct dp_srng wbm_idle_ring;
329 struct dp_srng wbm_desc_rel_ring;
331 struct dp_srng rx_rel_ring;
332 struct dp_srng reo_except_ring;
333 struct dp_srng reo_cmd_ring;
[all …]
H A Ddbring.h43 struct dp_srng refill_srng;
H A Ddp.c112 void ath12k_dp_srng_cleanup(struct ath12k_base *ab, struct dp_srng *ring) in ath12k_dp_srng_cleanup()
238 int ath12k_dp_srng_setup(struct ath12k_base *ab, struct dp_srng *ring, in ath12k_dp_srng_setup()
739 u32 ring_type, struct dp_srng *ring) in ath12k_dp_link_desc_cleanup()
H A Ddp_mon.c3240 struct dp_srng *mon_dst_ring; in ath12k_dp_mon_srng_process()
H A Ddp_rx.c3576 struct dp_srng *reo_except; in ath12k_dp_rx_process_err()