Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/i40e/
H A Di40e_ethdev.c10577 uint32_t tsync_inc_h; in i40e_start_timecounters() local
10587 tsync_inc_h = I40E_PTP_40GB_INCVAL >> 32; in i40e_start_timecounters()
10591 tsync_inc_h = I40E_PTP_10GB_INCVAL >> 32; in i40e_start_timecounters()
10595 tsync_inc_h = I40E_PTP_1GB_INCVAL >> 32; in i40e_start_timecounters()
10599 tsync_inc_h = 0x0; in i40e_start_timecounters()
10604 I40E_WRITE_REG(hw, I40E_PRTTSYN_INC_H, tsync_inc_h); in i40e_start_timecounters()