Searched refs:IXGBE_MPSAR_HI (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/io/ixgbe/core/ |
H A D | ixgbe_common.c | 3696 mpsar_hi = IXGBE_READ_REG(hw, IXGBE_MPSAR_HI(rar)); in ixgbe_clear_vmdq_generic() 3710 IXGBE_WRITE_REG(hw, IXGBE_MPSAR_HI(rar), 0); in ixgbe_clear_vmdq_generic() 3718 IXGBE_WRITE_REG(hw, IXGBE_MPSAR_HI(rar), mpsar_hi); in ixgbe_clear_vmdq_generic() 3753 mpsar = IXGBE_READ_REG(hw, IXGBE_MPSAR_HI(rar)); in ixgbe_set_vmdq_generic() 3755 IXGBE_WRITE_REG(hw, IXGBE_MPSAR_HI(rar), mpsar); in ixgbe_set_vmdq_generic() 3778 IXGBE_WRITE_REG(hw, IXGBE_MPSAR_HI(rar), 0); in ixgbe_set_vmdq_san_mac_generic() 3781 IXGBE_WRITE_REG(hw, IXGBE_MPSAR_HI(rar), 1 << (vmdq - 32)); in ixgbe_set_vmdq_san_mac_generic()
|
H A D | ixgbe_type.h | 369 #define IXGBE_MPSAR_HI(_i) (0x0A604 + ((_i) * 8)) macro
|
/titanic_50/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_main.c | 2820 IXGBE_WRITE_REG(hw, IXGBE_MPSAR_HI(i), 0); in ixgbe_setup_vmdq() 2915 IXGBE_WRITE_REG(hw, IXGBE_MPSAR_HI(i), 0); in ixgbe_setup_vmdq_rss()
|