Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_linux.c219 static uint32 tsidx = 0; variable
17885 memcpy(&ts[tsidx].t1, skb->data+80, 16); in dhd_htsf_addrxts()
17887 d1 = ts[tsidx].t2 - ts[tsidx].t1; in dhd_htsf_addrxts()
17888 d2 = ts[tsidx].t3 - ts[tsidx].t2; in dhd_htsf_addrxts()
17889 d3 = ts[tsidx].t4 - ts[tsidx].t3; in dhd_htsf_addrxts()
17890 end2end = ts[tsidx].t4 - ts[tsidx].t1; in dhd_htsf_addrxts()
17900 memcpy(&maxdelayts, &ts[tsidx], 16); in dhd_htsf_addrxts()
17902 if (++tsidx >= TSMAX) in dhd_htsf_addrxts()
17903 tsidx = 0; in dhd_htsf_addrxts()
17958 printf("current idx = %d \n", tsidx); in dhd_dump_latency()