Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Dlocation.h1516 * @start_tsf: measurement start time in TSF of the mac specified in the range
1540 __le32 start_tsf;
1569 * @start_tsf: measurement start time in TSF of the mac specified in the range
1595 __le32 start_tsf;
1626 * @start_tsf: measurement start time in TSF of the mac specified in the range
1656 __le32 start_tsf;
1382 __le32 start_tsf; global() member
1437 __le32 start_tsf; global() member
1498 __le32 start_tsf; global() member
H A Dscan.h1256 * @start_tsf: TSF timer in usecs of the scan start time for the mac specified
1266 __le64 start_tsf;
1257 __le64 start_tsf; global() member
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmac.c2381 u64 start_tsf; in mt7996_mac_twt_sched_list_add() local
2385 if (!iter || !iter->sched || iter->start_tsf > duration) { in mt7996_mac_twt_sched_list_add()
2392 start_tsf = iter->start_tsf + in mt7996_mac_twt_sched_list_add()
2398 iter_next->start_tsf > start_tsf + duration) { in mt7996_mac_twt_sched_list_add()
2407 return start_tsf; in mt7996_mac_twt_sched_list_add()
2496 flow->start_tsf = mt7996_mac_twt_sched_list_add(dev, flow); in mt7996_mac_add_twt_setup()
2498 div_u64_rem(curr_tsf - flow->start_tsf, interval, &rem); in mt7996_mac_add_twt_setup()
H A Dmt7996.h88 u64 start_tsf; member
H A Dmcu.c3585 __le64 start_tsf; in mt7996_mcu_twt_agrt_update() member
3601 .start_tsf = cpu_to_le64(flow->tsf), in mt7996_mcu_twt_agrt_update()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmac.c2244 u64 start_tsf; in mt7915_mac_twt_sched_list_add() local
2248 if (!iter || !iter->sched || iter->start_tsf > duration) { in mt7915_mac_twt_sched_list_add()
2255 start_tsf = iter->start_tsf + in mt7915_mac_twt_sched_list_add()
2261 iter_next->start_tsf > start_tsf + duration) { in mt7915_mac_twt_sched_list_add()
2270 return start_tsf; in mt7915_mac_twt_sched_list_add()
2397 flow->start_tsf = mt7915_mac_twt_sched_list_add(dev, flow); in mt7915_mac_add_twt_setup()
2399 div_u64_rem(curr_tsf - flow->start_tsf, interval, &rem); in mt7915_mac_add_twt_setup()
H A Dmt7915.h121 u64 start_tsf; member
H A Dmcu.c3760 __le64 start_tsf; in mt7915_mcu_twt_agrt_update() member
3774 .start_tsf = cpu_to_le64(flow->tsf), in mt7915_mcu_twt_agrt_update()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dftm-initiator.c1415 result.ap_tsf = le32_to_cpu(fw_ap->start_tsf);
H A Dscan.c3303 mvm->scan_start = le64_to_cpu(notif->start_tsf); in iwl_mvm_scan_size()