Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dixgbe.c4221 hw->mvals = ixgbe_mvals_base; in ixgbe_set_mac_type()
4261 hw->mvals = ixgbe_mvals_X540; in ixgbe_set_mac_type()
4266 hw->mvals = ixgbe_mvals_X550; in ixgbe_set_mac_type()
4275 hw->mvals = ixgbe_mvals_X550EM_x; in ixgbe_set_mac_type()
4289 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)])
4318 const uint32_t *mvals; member