Searched refs:rx_err_ring_history (Results 1 – 3 of 3) sorted by relevance
1822 if (qdf_unlikely(!soc->rx_err_ring_history)) in dp_rx_err_ring_record_entry()1825 idx = dp_history_get_next_index(&soc->rx_err_ring_history->index, in dp_rx_err_ring_record_entry()1829 record = &soc->rx_err_ring_history->entry[idx]; in dp_rx_err_ring_record_entry()
2986 struct dp_rx_err_history *rx_err_ring_history; member
3324 soc->rx_err_ring_history = dp_context_alloc_mem( in dp_soc_rx_history_attach()3326 if (soc->rx_err_ring_history) in dp_soc_rx_history_attach()3327 qdf_atomic_init(&soc->rx_err_ring_history->index); in dp_soc_rx_history_attach()3351 soc->rx_err_ring_history); in dp_soc_rx_history_detach()