Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_api.c142 hw->mvals = ixgbe_mvals_base; in ixgbe_set_mac_type()
184 hw->mvals = ixgbe_mvals_X540; in ixgbe_set_mac_type()
190 hw->mvals = ixgbe_mvals_X540; in ixgbe_set_mac_type()
195 hw->mvals = ixgbe_mvals_X550; in ixgbe_set_mac_type()
203 hw->mvals = ixgbe_mvals_X550EM_x; in ixgbe_set_mac_type()
208 hw->mvals = ixgbe_mvals_X550; in ixgbe_set_mac_type()
213 hw->mvals = ixgbe_mvals_X550EM_x; in ixgbe_set_mac_type()
H A Dixgbe_type.h147 #define IXGBE_BY_MAC(_hw, r) ((_hw)->mvals[IXGBE_CAT(r, _IDX)])
3891 const u32 *mvals; member