Home
last modified time | relevance | path

Searched refs:cur_cycle (Results 1 – 1 of 1) sorted by relevance

/f-stack/dpdk/drivers/net/i40e/
H A Di40e_pf.c1300 uint64_t first_cycle, cur_cycle; in i40e_pf_host_handle_vf_msg() local
1311 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()