Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/i40e/
H A Di40e_ethdev.c114 #define I40E_PTP_10GB_INCVAL 0x0333333333ULL macro
10590 tsync_inc_l = I40E_PTP_10GB_INCVAL & 0xFFFFFFFF; in i40e_start_timecounters()
10591 tsync_inc_h = I40E_PTP_10GB_INCVAL >> 32; in i40e_start_timecounters()