Searched refs:IXGBE_VFRE (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_sriov.c | 531 vfre = IXGBE_READ_REG(hw, IXGBE_VFRE(reg_offset)); in ixgbe_set_vf_lpe() 536 IXGBE_WRITE_REG(hw, IXGBE_VFRE(reg_offset), vfre); in ixgbe_set_vf_lpe() 844 reg_cur_rx = IXGBE_READ_REG(hw, IXGBE_VFRE(reg_offset)); in ixgbe_set_vf_rx_tx() 875 IXGBE_WRITE_REG(hw, IXGBE_VFRE(reg_offset), reg_req_rx); in ixgbe_set_vf_rx_tx()
|
H A D | ixgbe_type.h | 387 #define IXGBE_VFRE(_i) (0x051E0 + ((_i) * 4)) macro
|
H A D | ixgbe_main.c | 4201 IXGBE_WRITE_REG(hw, IXGBE_VFRE(reg_offset), GENMASK(31, vf_shift)); in ixgbe_configure_virtualization() 4202 IXGBE_WRITE_REG(hw, IXGBE_VFRE(reg_offset ^ 1), reg_offset - 1); in ixgbe_configure_virtualization()
|