Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_mbx.c496 vflre = IXGBE_READ_REG(hw, IXGBE_VFLRE(reg_offset)); in ixgbe_check_for_rst_pf()
H A Dixgbe_type.h2852 #define IXGBE_VFLRE(_i) (((_i & 1) ? 0x001C0 : 0x00600)) macro