Home
last modified time | relevance | path

Searched refs:spriv (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/crypto/mlx5/
H A Dmlx5_crypto.c250 struct mlx5_crypto_session *spriv = get_sym_session_private_data(sess, in mlx5_crypto_sym_session_clear() local
253 if (unlikely(spriv == NULL)) { in mlx5_crypto_sym_session_clear()
254 DRV_LOG(ERR, "Failed to get session %p private data.", spriv); in mlx5_crypto_sym_session_clear()
257 mlx5_crypto_dek_destroy(priv, spriv->dek); in mlx5_crypto_sym_session_clear()
259 rte_mempool_put(rte_mempool_from_obj(spriv), spriv); in mlx5_crypto_sym_session_clear()
260 DRV_LOG(DEBUG, "Session %p was cleared.", spriv); in mlx5_crypto_sym_session_clear()
/dpdk/drivers/net/mlx5/
H A Dmlx5_rxq.c750 struct mlx5_priv *spriv = LIST_FIRST(&rxq_ctrl->owners)->priv; in mlx5_shared_rxq_match() local
765 if (priv->mtu != spriv->mtu) { in mlx5_shared_rxq_match()
771 spriv->dev_data->dev_conf.intr_conf.rxq) { in mlx5_shared_rxq_match()
795 if (priv->config.hw_padding != spriv->config.hw_padding) { in mlx5_shared_rxq_match()
800 if (priv->config.cqe_comp != spriv->config.cqe_comp || in mlx5_shared_rxq_match()
802 priv->config.cqe_comp_fmt != spriv->config.cqe_comp_fmt)) { in mlx5_shared_rxq_match()