Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixgbe/
H A Dixgbe_mbx.c600 u32 vflre = 0; in ixgbe_check_for_rst_pf() local
607 vflre = IXGBE_READ_REG(hw, IXGBE_VFLRE(reg_offset)); in ixgbe_check_for_rst_pf()
613 vflre = IXGBE_READ_REG(hw, IXGBE_VFLREC(reg_offset)); in ixgbe_check_for_rst_pf()
619 if (vflre & (1 << vf_shift)) { in ixgbe_check_for_rst_pf()
/freebsd/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()