Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_mbx.c502 vflre = IXGBE_READ_REG(hw, IXGBE_VFLREC(reg_offset)); in ixgbe_check_for_rst_pf()
510 IXGBE_WRITE_REG(hw, IXGBE_VFLREC(reg_offset), (1 << vf_shift)); in ixgbe_check_for_rst_pf()
H A Dixgbe_type.h2853 #define IXGBE_VFLREC(_i) (0x00700 + ((_i) * 4)) macro