Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_mbx.c582 vflre = IXGBE_READ_REG(hw, IXGBE_VFLREC(reg_offset)); in ixgbe_check_for_rst_pf()
590 IXGBE_WRITE_REG(hw, IXGBE_VFLREC(reg_offset), (1 << vf_shift)); in ixgbe_check_for_rst_pf()
H A Dixgbe_type.h2872 #define IXGBE_VFLREC(_i) (0x00700 + ((_i) * 4)) macro