Home
last modified time | relevance | path

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

/dpdk/drivers/common/mlx5/
H A Dmlx5_common.c1215 unsigned int haswell_models[4] = {0x3c, 0x3f, 0x45, 0x46}; in RTE_INIT_PRIO() local
1247 for (i = 0; i < RTE_DIM(haswell_models); i++) in RTE_INIT_PRIO()
1248 if (model == haswell_models[i]) { in RTE_INIT_PRIO()