Home
last modified time | relevance | path

Searched refs:pdevid_tt (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_htt.c2350 htt_soc->pdevid_tt[i].umac_path =
2352 if (!htt_soc->pdevid_tt[i].umac_path)
2355 htt_soc->pdevid_tt[i].umac_path[j].bp_start_tt = -1;
2356 htt_soc->pdevid_tt[i].lmac_path =
2358 if (!htt_soc->pdevid_tt[i].lmac_path) {
2359 qdf_mem_free(htt_soc->pdevid_tt[i].umac_path);
2363 htt_soc->pdevid_tt[i].lmac_path[j].bp_start_tt = -1;
2368 qdf_mem_free(htt_soc->pdevid_tt[j].umac_path);
2369 qdf_mem_free(htt_soc->pdevid_tt[j].lmac_path);
3260 radio_tt = &soc->pdevid_tt[pdev_id];
[all …]
H A Ddp_htt.h246 struct dp_htt_timestamp pdevid_tt[MAX_PDEV_CNT]; member