Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/mlo/
H A Ddp_mlo.c1291 uint32_t mlo_offset; in dp_mlo_get_mlo_ts_offset() local
1297 mlo_offset = be_soc->mlo_tstamp_offset; in dp_mlo_get_mlo_ts_offset()
1299 return mlo_offset; in dp_mlo_get_mlo_ts_offset()
1309 int32_t mlo_offset, delta_tsf2; in dp_mlo_get_delta_tsf2_wrt_mlo_offset() local
1318 mlo_offset = dp_mlo_get_mlo_ts_offset(be_pdev); in dp_mlo_get_delta_tsf2_wrt_mlo_offset()
1321 delta_tsf2_mlo_offset = mlo_offset - delta_tsf2; in dp_mlo_get_delta_tsf2_wrt_mlo_offset()
1330 int32_t mlo_offset, delta_tqm; in dp_mlo_get_delta_tqm_wrt_mlo_offset() local
1332 mlo_offset = be_soc->mlo_tstamp_offset; in dp_mlo_get_delta_tqm_wrt_mlo_offset()
1335 delta_tqm_mlo_offset = mlo_offset - delta_tqm; in dp_mlo_get_delta_tqm_wrt_mlo_offset()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_htt.c3319 uint64_t mlo_offset; local
3321 mlo_offset = ((uint64_t)(ts_hi) << 32 | ts_lo);
3323 ((struct cdp_soc_t *)soc, mlo_offset);