Searched refs:IXGBE_VFTE (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_sriov.c | 675 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()
|
D | ixgbe_type.h | 296 #define IXGBE_VFTE(_i) (0x08110 + ((_i) * 4)) macro
|
D | ixgbe_main.c | 3613 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()
|