Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_main.c2937 IXGBE_WRITE_REG(hw, IXGBE_VFRE(0), IXGBE_VFRE_ENABLE_ALL); in ixgbe_setup_vmdq()
2938 IXGBE_WRITE_REG(hw, IXGBE_VFRE(1), IXGBE_VFRE_ENABLE_ALL); in ixgbe_setup_vmdq()
3055 IXGBE_WRITE_REG(hw, IXGBE_VFRE(0), IXGBE_VFRE_ENABLE_ALL); in ixgbe_setup_vmdq_rss()
3056 IXGBE_WRITE_REG(hw, IXGBE_VFRE(1), IXGBE_VFRE_ENABLE_ALL); in ixgbe_setup_vmdq_rss()
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_type.h468 #define IXGBE_VFRE(_i) (0x051E0 + ((_i) * 4)) macro