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.c820 u32 vflre = 0; in ixgbe_check_for_rst_pf() local
826 vflre = IXGBE_READ_REG(hw, IXGBE_PFVFLRE(index)); in ixgbe_check_for_rst_pf()
832 vflre = IXGBE_READ_REG(hw, IXGBE_PFVFLREC(index)); in ixgbe_check_for_rst_pf()
838 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()