Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_api.c144 hw->mvals = ixgbe_mvals_base; in ixgbe_set_mac_type()
183 hw->mvals = ixgbe_mvals_X540; in ixgbe_set_mac_type()
188 hw->mvals = ixgbe_mvals_X550; in ixgbe_set_mac_type()
197 hw->mvals = ixgbe_mvals_X550EM_x; in ixgbe_set_mac_type()
211 hw->mvals = ixgbe_mvals_X550EM_a; in ixgbe_set_mac_type()
H A Dixgbe_type.h162 #define IXGBE_BY_MAC(_hw, r) ((_hw)->mvals[IXGBE_CAT(r, _IDX)])
4160 const u32 *mvals; member