Searched refs:buf_p (Results 1 – 2 of 2) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_cryptodev_blockcipher.c | 92 char *buf_p = NULL; in test_blockcipher_one_case() local 210 buf_p = rte_pktmbuf_append(ibuf, digest_len); in test_blockcipher_one_case() 214 memset(buf_p, 0, digest_len); in test_blockcipher_one_case() 227 buf_p = rte_pktmbuf_append(obuf, buf_len); in test_blockcipher_one_case() 228 if (!buf_p) { in test_blockcipher_one_case() 235 memset(buf_p, 0, buf_len); in test_blockcipher_one_case() 274 buf_p = rte_pktmbuf_append(ibuf, digest_len); in test_blockcipher_one_case() 278 memset(buf_p, 0, digest_len); in test_blockcipher_one_case() 282 buf_p = rte_pktmbuf_append(obuf, buf_len); in test_blockcipher_one_case() 283 if (!buf_p) { in test_blockcipher_one_case() [all …]
|
| /f-stack/dpdk/drivers/common/cpt/ |
| H A D | cpt_ucode.h | 1397 buf_ptr_t *buf_p; in cpt_zuc_snow3g_enc_prep() local 1408 m_vaddr = buf_p->vaddr; in cpt_zuc_snow3g_enc_prep() 1409 m_dma = buf_p->dma_addr; in cpt_zuc_snow3g_enc_prep() 1703 buf_ptr_t *buf_p; in cpt_zuc_snow3g_dec_prep() local 1714 m_vaddr = buf_p->vaddr; in cpt_zuc_snow3g_dec_prep() 1715 m_dma = buf_p->dma_addr; in cpt_zuc_snow3g_dec_prep() 1955 buf_ptr_t *buf_p; in cpt_kasumi_enc_prep() local 1972 m_vaddr = buf_p->vaddr; in cpt_kasumi_enc_prep() 1973 m_dma = buf_p->dma_addr; in cpt_kasumi_enc_prep() 2189 buf_ptr_t *buf_p; in cpt_kasumi_dec_prep() local [all …]
|