Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixgbe/
H A Dixgbe_mbx.c835 vflre = IXGBE_READ_REG(hw, IXGBE_PFVFLREC(index)); in ixgbe_check_for_rst_pf()
843 IXGBE_WRITE_REG(hw, IXGBE_PFVFLREC(index), (1 << vf_shift)); in ixgbe_check_for_rst_pf()
H A Dixgbe_type.h540 #define IXGBE_PFVFLREC(_i) (0x00700 + ((_i) * 4)) macro