Home
last modified time | relevance | path

Searched refs:ipsec_mb_pmds (Results 1 – 9 of 9) sorted by relevance

/dpdk/drivers/crypto/ipsec_mb/
H A Dipsec_mb_private.c13 struct ipsec_mb_internals ipsec_mb_pmds[IPSEC_MB_N_PMD_TYPES]; variable
51 struct ipsec_mb_internals *pmd_data = &ipsec_mb_pmds[pmd_type]; in ipsec_mb_create()
105 dev->dev_ops = ipsec_mb_pmds[pmd_type].ops; in ipsec_mb_create()
107 dev->dequeue_burst = ipsec_mb_pmds[pmd_type].dequeue_burst; in ipsec_mb_create()
H A Dipsec_mb_ops.c84 &ipsec_mb_pmds[internals->pmd_type]; in ipsec_mb_info_get()
212 &ipsec_mb_pmds[internals->pmd_type]; in ipsec_mb_qp_setup()
306 &ipsec_mb_pmds[internals->pmd_type]; in ipsec_mb_sym_session_get_size()
320 &ipsec_mb_pmds[internals->pmd_type]; in ipsec_mb_sym_session_configure()
H A Dipsec_mb_private.h352 extern struct ipsec_mb_internals ipsec_mb_pmds[IPSEC_MB_N_PMD_TYPES];
415 struct ipsec_mb_internals *pmd_data = &ipsec_mb_pmds[qp->pmd_type]; in ipsec_mb_get_session_private()
H A Dpmd_chacha_poly.c388 = &ipsec_mb_pmds[IPSEC_MB_PMD_TYPE_CHACHA20_POLY1305]; in RTE_INIT()
H A Dpmd_zuc.c392 = &ipsec_mb_pmds[IPSEC_MB_PMD_TYPE_ZUC]; in RTE_INIT()
H A Dpmd_kasumi.c461 = &ipsec_mb_pmds[IPSEC_MB_PMD_TYPE_KASUMI]; in RTE_INIT()
H A Dpmd_snow3g.c588 = &ipsec_mb_pmds[IPSEC_MB_PMD_TYPE_SNOW3G]; in RTE_INIT()
H A Dpmd_aesni_gcm.c821 &ipsec_mb_pmds[IPSEC_MB_PMD_TYPE_AESNI_GCM]; in RTE_INIT()
H A Dpmd_aesni_mb.c2094 &ipsec_mb_pmds[IPSEC_MB_PMD_TYPE_AESNI_MB]; in RTE_INIT()