Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_api.c120 hw->mvals = ixgbe_mvals_base; in ixgbe_set_mac_type()
161 hw->mvals = ixgbe_mvals_X540; in ixgbe_set_mac_type()
166 hw->mvals = ixgbe_mvals_X540; in ixgbe_set_mac_type()
171 hw->mvals = ixgbe_mvals_X550; in ixgbe_set_mac_type()
180 hw->mvals = ixgbe_mvals_X550EM_x; in ixgbe_set_mac_type()
194 hw->mvals = ixgbe_mvals_X550EM_a; in ixgbe_set_mac_type()
199 hw->mvals = ixgbe_mvals_X550; in ixgbe_set_mac_type()
204 hw->mvals = ixgbe_mvals_X550EM_x; in ixgbe_set_mac_type()
209 hw->mvals = ixgbe_mvals_X550EM_a; in ixgbe_set_mac_type()
H A Dixgbe_type.h129 #define IXGBE_BY_MAC(_hw, r) ((_hw)->mvals[IXGBE_CAT(r, _IDX)])
4181 const u32 *mvals; member