Searched refs:session_pool_socket (Results 1 – 3 of 3) sorted by relevance
27 } session_pool_socket[RTE_MAX_NUMA_NODES]; variable76 if (session_pool_socket[socket_id].priv_mp == NULL) { in fill_session_pool_socket()95 session_pool_socket[socket_id].priv_mp = sess_mp; in fill_session_pool_socket()98 if (session_pool_socket[socket_id].sess_mp == NULL) { in fill_session_pool_socket()114 session_pool_socket[socket_id].sess_mp = sess_mp; in fill_session_pool_socket()275 qp_conf.mp_session = session_pool_socket[socket_id].sess_mp; in cperf_initialize_cryptodev()277 session_pool_socket[socket_id].priv_mp; in cperf_initialize_cryptodev()613 session_pool_socket[socket_id].sess_mp, in main()614 session_pool_socket[socket_id].priv_mp, in main()
231 } session_pool_socket[RTE_MAX_NUMA_NODES]; variable673 session_pool_socket[socket_id].sess_mp); in initialize_crypto_session()679 session_pool_socket[socket_id].priv_mp) < 0) in initialize_crypto_session()2286 if (session_pool_socket[socket_id].priv_mp == NULL) { in initialize_cryptodevs()2292 session_pool_socket[socket_id].priv_mp = in initialize_cryptodevs()2300 if (session_pool_socket[socket_id].priv_mp == NULL) { in initialize_cryptodevs()2310 if (session_pool_socket[socket_id].sess_mp == NULL) { in initialize_cryptodevs()2315 session_pool_socket[socket_id].sess_mp = in initialize_cryptodevs()2321 if (session_pool_socket[socket_id].sess_mp == NULL) { in initialize_cryptodevs()2470 qp_conf.mp_session = session_pool_socket[socket_id].sess_mp; in initialize_cryptodevs()[all …]
334 struct rte_mempool *sess_mp = session_pool_socket[socket_id];