Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/
H A Ddp_be_rx.c81 if (qdf_unlikely(!soc->msdu_done_fail_hist)) in dp_rx_msdu_done_fail_event_record()
84 idx = dp_history_get_next_index(&soc->msdu_done_fail_hist->index, in dp_rx_msdu_done_fail_event_record()
86 entry = &soc->msdu_done_fail_hist->entry[idx]; in dp_rx_msdu_done_fail_event_record()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_main.c3478 soc->msdu_done_fail_hist = in dp_soc_msdu_done_fail_history_attach()
3480 if (soc->msdu_done_fail_hist) in dp_soc_msdu_done_fail_history_attach()
3481 qdf_atomic_init(&soc->msdu_done_fail_hist->index); in dp_soc_msdu_done_fail_history_attach()
3486 if (soc->msdu_done_fail_hist) in dp_soc_msdu_done_fail_history_detach()
3487 qdf_mem_free(soc->msdu_done_fail_hist); in dp_soc_msdu_done_fail_history_detach()
H A Ddp_types.h3263 struct dp_msdu_done_fail_history *msdu_done_fail_hist; member