Searched refs:rx_refill_ring_history (Results 1 – 3 of 3) sorted by relevance
298 !soc->rx_refill_ring_history[ring_num])) in dp_rx_refill_ring_record_entry()301 idx = dp_history_get_next_index(&soc->rx_refill_ring_history[ring_num]->index, in dp_rx_refill_ring_record_entry()305 record = &soc->rx_refill_ring_history[ring_num]->entry[idx]; in dp_rx_refill_ring_record_entry()
3315 rx_refill_ring_hist_size = sizeof(*soc->rx_refill_ring_history[0]); in dp_soc_rx_history_attach()3332 soc->rx_refill_ring_history[i] = dp_context_alloc_mem( in dp_soc_rx_history_attach()3337 if (soc->rx_refill_ring_history[i]) in dp_soc_rx_history_attach()3338 qdf_atomic_init(&soc->rx_refill_ring_history[i]->index); in dp_soc_rx_history_attach()3362 soc->rx_refill_ring_history[i]); in dp_soc_rx_history_detach()
2985 struct dp_rx_refill_history *rx_refill_ring_history[MAX_PDEV_CNT]; member