Home
last modified time | relevance | path

Searched refs:rx_err_ring_history (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_rx_err.c1822 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()
Ddp_types.h2986 struct dp_rx_err_history *rx_err_ring_history; member
Ddp_main.c3324 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()