Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/i40e/
H A Di40e_ethdev.c113 #define I40E_PTP_40GB_INCVAL 0x0199999999ULL macro
10586 tsync_inc_l = I40E_PTP_40GB_INCVAL & 0xFFFFFFFF; in i40e_start_timecounters()
10587 tsync_inc_h = I40E_PTP_40GB_INCVAL >> 32; in i40e_start_timecounters()