Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/intel/fm10k/
Dfm10k_vf.c531 systime_h = fm10k_read_reg(hw, FM10K_VFSYSTIME + 1); in fm10k_read_systime_vf()
535 systime_l = fm10k_read_reg(hw, FM10K_VFSYSTIME); in fm10k_read_systime_vf()
536 systime_h = fm10k_read_reg(hw, FM10K_VFSYSTIME + 1); in fm10k_read_systime_vf()
Dfm10k_type.h366 #define FM10K_VFSYSTIME 0x00040 macro
Dfm10k_ethtool.c345 *(buff++) = fm10k_read_reg(hw, FM10K_VFSYSTIME); in fm10k_get_regs()