Searched refs:E1000_VFTE (Results 1 – 2 of 2) sorted by relevance
150 E1000_WRITE_REG(hw, E1000_VFTE, (~0U) << vf_num); in igb_pf_host_configure()262 reg = E1000_READ_REG(hw, E1000_VFTE); in igb_vf_reset_msg()264 E1000_WRITE_REG(hw, E1000_VFTE, reg); in igb_vf_reset_msg()
543 #define E1000_VFTE 0x00C90 /* VF Transmit Enables */ macro