Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
Dixgbe_sriov.c675 reg = IXGBE_READ_REG(hw, IXGBE_VFTE(reg_offset)); in ixgbe_vf_reset_msg()
677 IXGBE_WRITE_REG(hw, IXGBE_VFTE(reg_offset), reg); in ixgbe_vf_reset_msg()
1120 IXGBE_WRITE_REG(hw, IXGBE_VFTE(0), 0); in ixgbe_disable_tx_rx()
1121 IXGBE_WRITE_REG(hw, IXGBE_VFTE(1), 0); in ixgbe_disable_tx_rx()
Dixgbe_type.h296 #define IXGBE_VFTE(_i) (0x08110 + ((_i) * 4)) macro
Dixgbe_main.c3613 IXGBE_WRITE_REG(hw, IXGBE_VFTE(reg_offset), (~0) << vf_shift); in ixgbe_configure_virtualization()
3614 IXGBE_WRITE_REG(hw, IXGBE_VFTE(reg_offset ^ 1), reg_offset - 1); in ixgbe_configure_virtualization()