Home
last modified time | relevance | path

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

/dpdk/drivers/common/cpt/
H A Dcpt_ucode.h795 if (likely((flags & SINGLE_BUF_INPLACE) && in cpt_enc_hmac_prep()
885 if (unlikely(flags & SINGLE_BUF_INPLACE)) { in cpt_enc_hmac_prep()
926 if (unlikely(flags & SINGLE_BUF_INPLACE)) { in cpt_enc_hmac_prep()
960 if (unlikely(flags & SINGLE_BUF_INPLACE)) { in cpt_enc_hmac_prep()
1161 if (likely((flags & SINGLE_BUF_INPLACE) && in cpt_dec_hmac_prep()
1276 if (unlikely(flags & SINGLE_BUF_INPLACE)) { in cpt_dec_hmac_prep()
1309 if (unlikely(flags & SINGLE_BUF_INPLACE)) { in cpt_dec_hmac_prep()
1360 if (unlikely(flags & SINGLE_BUF_INPLACE)) { in cpt_dec_hmac_prep()
1562 if (likely((req_flags & SINGLE_BUF_INPLACE) && in cpt_zuc_snow3g_enc_prep()
1839 if (likely((req_flags & SINGLE_BUF_INPLACE) && in cpt_zuc_snow3g_dec_prep()
[all …]
H A Dcpt_mcode_defines.h89 #define SINGLE_BUF_INPLACE 0x08 macro