Home
last modified time | relevance | path

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

/dpdk/drivers/common/cnxk/
H A Droc_platform.c9 #define PLT_INIT_CB_MAX 8 macro
12 static roc_plt_init_cb_t plt_init_cbs[PLT_INIT_CB_MAX];
17 if (plt_init_cb_num >= PLT_INIT_CB_MAX) in roc_plt_init_cb_register()