Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/e1000/
H A Digb_pf.c149 E1000_WRITE_REG(hw, E1000_VFRE, (~0U) << vf_num); in igb_pf_host_configure()
266 reg = E1000_READ_REG(hw, E1000_VFRE); in igb_vf_reset_msg()
268 E1000_WRITE_REG(hw, E1000_VFRE, reg); in igb_vf_reset_msg()
H A Digb_rxtx.c2218 E1000_WRITE_REG(hw, E1000_VFRE, E1000_MBVFICR_VFREQ_MASK); in igb_vmdq_rx_hw_configure()
/f-stack/dpdk/drivers/net/e1000/base/
H A De1000_regs.h542 #define E1000_VFRE 0x00C8C /* VF Receive Enables */ macro