Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/intel/fm10k/
Dfm10k_vf.c518 systime_h = fm10k_read_reg(hw, FM10K_VFSYSTIME + 1); in fm10k_read_systime_vf()
522 systime_l = fm10k_read_reg(hw, FM10K_VFSYSTIME); in fm10k_read_systime_vf()
523 systime_h = fm10k_read_reg(hw, FM10K_VFSYSTIME + 1); in fm10k_read_systime_vf()
Dfm10k_type.h366 #define FM10K_VFSYSTIME 0x00040 macro
Dfm10k_ethtool.c463 *(buff++) = fm10k_read_reg(hw, FM10K_VFSYSTIME); in fm10k_get_regs()