Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ixgbe/
H A Dixgbe_mbx.c594 u32 vflre = 0; in ixgbe_check_for_rst_pf() local
601 vflre = IXGBE_READ_REG(hw, IXGBE_VFLRE(reg_offset)); in ixgbe_check_for_rst_pf()
604 vflre = IXGBE_READ_REG(hw, IXGBE_VFLREC(reg_offset)); in ixgbe_check_for_rst_pf()
610 if (vflre & (1 << vf_shift)) { in ixgbe_check_for_rst_pf()
/titanic_41/usr/src/uts/common/io/e1000api/
H A De1000_mbx.c617 u32 vflre = E1000_READ_REG(hw, E1000_VFLRE); in e1000_check_for_rst_pf() local
622 if (vflre & (1 << vf_number)) { in e1000_check_for_rst_pf()