Searched refs:sec_caps_templ (Results 1 – 1 of 1) sorted by relevance
971 static const struct rte_security_capability sec_caps_templ[] = { variable1258 PLT_STATIC_ASSERT(RTE_DIM(sec_caps_templ) <= RTE_DIM(vf->sec_caps)); in cnxk_cpt_caps_populate()1259 memcpy(vf->sec_caps, sec_caps_templ, sizeof(sec_caps_templ)); in cnxk_cpt_caps_populate()1261 for (i = 0; i < RTE_DIM(sec_caps_templ) - 1; i++) { in cnxk_cpt_caps_populate()