Home
last modified time | relevance | path

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

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