Searched refs:start_tsf (Results 1 – 10 of 10) sorted by relevance
1516 * @start_tsf: measurement start time in TSF of the mac specified in the range1540 __le32 start_tsf;1569 * @start_tsf: measurement start time in TSF of the mac specified in the range1595 __le32 start_tsf;1626 * @start_tsf: measurement start time in TSF of the mac specified in the range1656 __le32 start_tsf;1382 __le32 start_tsf; global() member 1437 __le32 start_tsf; global() member 1498 __le32 start_tsf; global() member
1256 * @start_tsf: TSF timer in usecs of the scan start time for the mac specified1266 __le64 start_tsf;1257 __le64 start_tsf; global() member
2381 u64 start_tsf; in mt7996_mac_twt_sched_list_add() local2385 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()
88 u64 start_tsf; member
3585 __le64 start_tsf; in mt7996_mcu_twt_agrt_update() member3601 .start_tsf = cpu_to_le64(flow->tsf), in mt7996_mcu_twt_agrt_update()
2244 u64 start_tsf; in mt7915_mac_twt_sched_list_add() local2248 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()
121 u64 start_tsf; member
3760 __le64 start_tsf; in mt7915_mcu_twt_agrt_update() member3774 .start_tsf = cpu_to_le64(flow->tsf), in mt7915_mcu_twt_agrt_update()
1415 result.ap_tsf = le32_to_cpu(fw_ap->start_tsf);
3303 mvm->scan_start = le64_to_cpu(notif->start_tsf); in iwl_mvm_scan_size()