Home
last modified time | relevance | path

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

/dpdk/drivers/common/cnxk/
H A Droc_model.h28 #define ROC_ENV_HW BIT_ULL(61) macro
176 return roc_model->flag & ROC_ENV_HW; in roc_env_is_hw()
H A Droc_model.c194 {"HW_PLATFORM", ROC_ENV_HW}, in env_lookup_flag()
215 model->flag |= ROC_ENV_HW; in of_env_get()