Home
last modified time | relevance | path

Searched refs:IXGBE_VFLREC (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_mbx.c286 vflre = IXGBE_READ_REG(hw, IXGBE_VFLREC(reg_offset)); in ixgbe_check_for_rst_pf()
293 IXGBE_WRITE_REG(hw, IXGBE_VFLREC(reg_offset), BIT(vf_shift)); in ixgbe_check_for_rst_pf()
H A Dixgbe_type.h2529 #define IXGBE_VFLREC(_i) (0x00700 + ((_i) * 4)) macro