Searched refs:tx_fs (Results 1 – 2 of 2) sorted by relevance
355 ipsec->tx_fs->ft = ft; in tx_create()363 if (IS_ERR_OR_NULL(ipsec->tx_fs->ft)) in tx_destroy()366 mlx5_destroy_flow_table(ipsec->tx_fs->ft); in tx_destroy()367 ipsec->tx_fs->ft = NULL; in tx_destroy()372 struct mlx5e_ipsec_tx *tx_fs = priv->ipsec->tx_fs; in tx_ft_get() local375 mutex_lock(&tx_fs->mutex); in tx_ft_get()376 if (tx_fs->refcnt++) in tx_ft_get()381 tx_fs->refcnt--; in tx_ft_get()386 mutex_unlock(&tx_fs->mutex); in tx_ft_get()392 struct mlx5e_ipsec_tx *tx_fs = priv->ipsec->tx_fs; in tx_ft_put() local[all …]
91 struct mlx5e_ipsec_tx *tx_fs; member