Lines Matching defs:session
225 /**< driver session data size */
227 /**< session user data will be placed after sess_data */
231 * The private data structure stored in the asym session mempool private data.
235 /**< Size of private session data used when creating mempool */
1402 CDEV_LOG_ERR("dev_id=%u close failed, session mempool "
2081 CDEV_LOG_INFO("Could not set max private session size");
2146 /* Allocate a session structure from the session pool */
2148 CDEV_LOG_ERR("couldn't get object from session mempool");
2184 void **session)
2215 "The private session data size used when creating the mempool is smaller than this device's private session data.");
2222 "mempool elements too small to hold session objects");
2226 /* Allocate a session structure from the session pool */
2227 if (rte_mempool_get(mp, session)) {
2228 CDEV_LOG_ERR("couldn't get object from session mempool");
2232 sess = *session;
2237 /* Clear device session pointer.*/
2247 "dev_id %d failed to configure session details",
2296 /* Return session to mempool */
2326 /* Return session to mempool */
2420 rte_cryptodev_asym_session_set_user_data(void *session, void *data, uint16_t size)
2422 struct rte_cryptodev_asym_session *sess = session;
2439 rte_cryptodev_asym_session_get_user_data(void *session)
2441 struct rte_cryptodev_asym_session *sess = session;