Searched refs:snow3g_data (Results 1 – 1 of 1) sorted by relevance
587 struct ipsec_mb_internals *snow3g_data in RTE_INIT() local590 snow3g_data->caps = snow3g_capabilities; in RTE_INIT()591 snow3g_data->dequeue_burst = snow3g_pmd_dequeue_burst; in RTE_INIT()592 snow3g_data->feature_flags = RTE_CRYPTODEV_FF_SYMMETRIC_CRYPTO | in RTE_INIT()598 snow3g_data->internals_priv_size = 0; in RTE_INIT()599 snow3g_data->ops = &snow3g_pmd_ops; in RTE_INIT()600 snow3g_data->qp_priv_size = sizeof(struct snow3g_qp_data); in RTE_INIT()601 snow3g_data->session_configure = snow3g_session_configure; in RTE_INIT()602 snow3g_data->session_priv_size = sizeof(struct snow3g_session); in RTE_INIT()