Searched refs:cur_cycle (Results 1 – 1 of 1) sorted by relevance
1300 uint64_t first_cycle, cur_cycle; in i40e_pf_host_handle_vf_msg() local1311 cur_cycle = rte_get_timer_cycles(); in i40e_pf_host_handle_vf_msg()1314 if (cur_cycle < vf->ignore_end_cycle) in i40e_pf_host_handle_vf_msg()1474 vf->msg_timestamps[vf->msg_index++] = cur_cycle; in i40e_pf_host_handle_vf_msg()1485 if (first_cycle && cur_cycle < first_cycle + in i40e_pf_host_handle_vf_msg()1491 (uint32_t)((cur_cycle - first_cycle + in i40e_pf_host_handle_vf_msg()