Home
last modified time | relevance | path

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

/drivers/net/ethernet/intel/ixgbe/
Dixgbe_sriov.c681 reg = IXGBE_READ_REG(hw, IXGBE_VFTE(reg_offset)); in ixgbe_vf_reset_msg()
683 IXGBE_WRITE_REG(hw, IXGBE_VFTE(reg_offset), reg); in ixgbe_vf_reset_msg()
1182 IXGBE_WRITE_REG(hw, IXGBE_VFTE(0), 0); in ixgbe_disable_tx_rx()
1183 IXGBE_WRITE_REG(hw, IXGBE_VFTE(1), 0); in ixgbe_disable_tx_rx()
Dixgbe_type.h369 #define IXGBE_VFTE(_i) (0x08110 + ((_i) * 4)) macro
Dixgbe_main.c3700 IXGBE_WRITE_REG(hw, IXGBE_VFTE(reg_offset), (~0) << vf_shift); in ixgbe_configure_virtualization()
3701 IXGBE_WRITE_REG(hw, IXGBE_VFTE(reg_offset ^ 1), reg_offset - 1); in ixgbe_configure_virtualization()