Searched refs:tx_fs (Results 1 – 2 of 2) sorted by relevance
354 ipsec->tx_fs->ft = ft; in tx_create()362 if (IS_ERR_OR_NULL(ipsec->tx_fs->ft)) in tx_destroy()365 mlx5_destroy_flow_table(ipsec->tx_fs->ft); in tx_destroy()366 ipsec->tx_fs->ft = NULL; in tx_destroy()371 struct mlx5e_ipsec_tx *tx_fs = priv->ipsec->tx_fs; in tx_ft_get() local374 mutex_lock(&tx_fs->mutex); in tx_ft_get()375 if (tx_fs->refcnt++) in tx_ft_get()380 tx_fs->refcnt--; in tx_ft_get()385 mutex_unlock(&tx_fs->mutex); in tx_ft_get()391 struct mlx5e_ipsec_tx *tx_fs = priv->ipsec->tx_fs; in tx_ft_put() local[all …]
91 struct mlx5e_ipsec_tx *tx_fs; member