Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/i40e/base/
H A Di40e_osdep.h147 #define I40EVF_WRITE_FLUSH(a) I40E_READ_REG(a, I40E_VFGEN_RSTAT)
H A Di40e_register.h3215 #define I40E_VFGEN_RSTAT 0x00008800 /* Reset: VFR */ macro
/f-stack/dpdk/drivers/net/i40e/
H A Di40e_regs.h86 {I40E_VFGEN_RSTAT, 0, 0, 0, 0, "VFGEN_RSTAT"},
H A Di40e_ethdev_vf.c1204 reset = I40E_READ_REG(hw, I40E_VFGEN_RSTAT) & in i40evf_check_vf_reset_done()