Searched refs:first_ts (Results 1 – 5 of 5) sorted by relevance
41 u64 first_ts; member
246 ps.first_ts = p->ts; in pseq_handler_create_sequences()267 ps.first_ts = p2->ts; in pseq_handler_create_sequences()284 ps.deadline_ts = ps.first_ts + ps.dur; in pseq_handler_create_sequences()
77 u32 first_ts; member
479 seq.first_ts = cur_event->ts; in mt76x02_dfs_create_sequence()491 seq.first_ts = cur_event->ts; in mt76x02_dfs_create_sequence()524 if (event->ts > seq->first_ts + MT_DFS_SEQUENCE_WINDOW) { in mt76x02_dfs_add_event_to_sequence()
40 static int last_ts, first_ts; variable