Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/common/cpt/
H A Dcpt_ucode.h791 if (likely((flags & SINGLE_BUF_INPLACE) && in cpt_enc_hmac_prep()
881 if (unlikely(flags & SINGLE_BUF_INPLACE)) { in cpt_enc_hmac_prep()
922 if (unlikely(flags & SINGLE_BUF_INPLACE)) { in cpt_enc_hmac_prep()
956 if (unlikely(flags & SINGLE_BUF_INPLACE)) { in cpt_enc_hmac_prep()
1142 if (likely((flags & SINGLE_BUF_INPLACE) && in cpt_dec_hmac_prep()
1237 if (unlikely(flags & SINGLE_BUF_INPLACE)) { in cpt_dec_hmac_prep()
1270 if (unlikely(flags & SINGLE_BUF_INPLACE)) { in cpt_dec_hmac_prep()
1321 if (unlikely(flags & SINGLE_BUF_INPLACE)) { in cpt_dec_hmac_prep()
1515 if (likely((req_flags & SINGLE_BUF_INPLACE) && in cpt_zuc_snow3g_enc_prep()
1792 if (likely((req_flags & SINGLE_BUF_INPLACE) && in cpt_zuc_snow3g_dec_prep()
[all …]
H A Dcpt_mcode_defines.h86 #define SINGLE_BUF_INPLACE 0x08 macro