Searched refs:IXGBE_VFRE (Results 1 – 3 of 3) sorted by relevance
| /linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
| D | ixgbe_sriov.c | 468 vfre = IXGBE_READ_REG(hw, IXGBE_VFRE(reg_offset)); in ixgbe_set_vf_lpe() 473 IXGBE_WRITE_REG(hw, IXGBE_VFRE(reg_offset), vfre); in ixgbe_set_vf_lpe() 689 reg = IXGBE_READ_REG(hw, IXGBE_VFRE(reg_offset)); in ixgbe_vf_reset_msg() 708 IXGBE_WRITE_REG(hw, IXGBE_VFRE(reg_offset), reg); in ixgbe_vf_reset_msg() 1185 IXGBE_WRITE_REG(hw, IXGBE_VFRE(0), 0); in ixgbe_disable_tx_rx() 1186 IXGBE_WRITE_REG(hw, IXGBE_VFRE(1), 0); in ixgbe_disable_tx_rx()
|
| D | ixgbe_type.h | 368 #define IXGBE_VFRE(_i) (0x051E0 + ((_i) * 4)) macro
|
| D | ixgbe_main.c | 3697 IXGBE_WRITE_REG(hw, IXGBE_VFRE(reg_offset), (~0) << vf_shift); in ixgbe_configure_virtualization() 3698 IXGBE_WRITE_REG(hw, IXGBE_VFRE(reg_offset ^ 1), reg_offset - 1); in ixgbe_configure_virtualization()
|