| H A D | qat_asym.c | 72 #define SET_PKE_LN(where, what, how, idx) \ argument 73 rte_memcpy(where[idx] + how - \ 78 #define SET_PKE_LN_9A(where, what, how, idx) \ argument 80 RTE_ALIGN_CEIL(how, 8) - \ 87 RTE_ALIGN_CEIL(how, 8) - \ 88 how, \ 90 how) 97 #define SET_PKE_LN_EC_F(what, how, idx) \ argument 99 RTE_ALIGN_CEIL(how, 8)] + \ 100 RTE_ALIGN_CEIL(how, 8) - how, \ [all …]
|