Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_mbx.c489 u32 vflre = 0; in ixgbe_check_for_rst_pf() local
496 vflre = IXGBE_READ_REG(hw, IXGBE_VFLRE(reg_offset)); in ixgbe_check_for_rst_pf()
502 vflre = IXGBE_READ_REG(hw, IXGBE_VFLREC(reg_offset)); in ixgbe_check_for_rst_pf()
508 if (vflre & (1 << vf_shift)) { in ixgbe_check_for_rst_pf()
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_mbx.c623 u32 vflre = E1000_READ_REG(hw, E1000_VFLRE); in e1000_check_for_rst_pf() local
628 if (vflre & (1 << vf_number)) { in e1000_check_for_rst_pf()