Searched refs:time_delta (Results 1 – 2 of 2) sorted by relevance
517 uint64_t curr_time, time_delta; in dp_mark_icmp_req_to_fw() local540 time_delta = curr_time - prev_marked_icmp_time; in dp_mark_icmp_req_to_fw()541 if (time_delta >= (time_interval_ms * in dp_mark_icmp_req_to_fw()
4910 uint32_t time_delta = 0; in dp_ppdu_desc_deliver() local4928 time_delta = (MAX_TSF_32 - s_ppdu_info->tsf_l32) + in dp_ppdu_desc_deliver()4931 time_delta = ppdu_info->tsf_l32 - s_ppdu_info->tsf_l32; in dp_ppdu_desc_deliver()4934 if (time_delta < MAX_SCHED_STARVE) { in dp_ppdu_desc_deliver()5030 uint32_t time_delta; in dp_get_ppdu_desc() local5040 time_delta = (MAX_TSF_32 - in dp_get_ppdu_desc()5043 time_delta = tsf_l32 - ppdu_info->tsf_l32; in dp_get_ppdu_desc()5045 if (time_delta > WRAP_DROP_TSF_DELTA) { in dp_get_ppdu_desc()5083 time_delta = (MAX_TSF_32 - in dp_get_ppdu_desc()5087 time_delta = tsf_l32 - in dp_get_ppdu_desc()[all …]