Searched refs:cur_cycle (Results 1 – 1 of 1) sorted by relevance
1357 uint64_t first_cycle, cur_cycle; in i40e_pf_host_handle_vf_msg() local1368 cur_cycle = rte_get_timer_cycles(); in i40e_pf_host_handle_vf_msg()1371 if (cur_cycle < vf->ignore_end_cycle) in i40e_pf_host_handle_vf_msg()1539 vf->msg_timestamps[vf->msg_index++] = cur_cycle; in i40e_pf_host_handle_vf_msg()1550 if (first_cycle && cur_cycle < first_cycle + in i40e_pf_host_handle_vf_msg()1556 (uint32_t)((cur_cycle - first_cycle + in i40e_pf_host_handle_vf_msg()