Home
last modified time | relevance | path

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

/src/sys/dev/ixgbe/
H A Dixgbe_mbx.c823 u32 vflre = 0; in ixgbe_check_for_rst_pf() local
829 vflre = IXGBE_READ_REG(hw, IXGBE_PFVFLRE(index)); in ixgbe_check_for_rst_pf()
835 vflre = IXGBE_READ_REG(hw, IXGBE_PFVFLREC(index)); in ixgbe_check_for_rst_pf()
841 if (vflre & (1 << vf_shift)) { in ixgbe_check_for_rst_pf()
/src/sys/dev/e1000/
H A De1000_mbx.c627 u32 vflre = E1000_READ_REG(hw, E1000_VFLRE); in e1000_check_for_rst_pf() local
632 if (vflre & (1 << vf_number)) { in e1000_check_for_rst_pf()