Searched refs:mlx5e_ipsec_tx (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
D | ipsec.h | 147 struct mlx5e_ipsec_tx; 237 struct mlx5e_ipsec_tx *tx; 238 struct mlx5e_ipsec_tx *tx_esw;
|
D | ipsec_fs.c | 24 struct mlx5e_ipsec_tx { struct 70 static struct mlx5e_ipsec_tx *ipsec_tx(struct mlx5e_ipsec *ipsec, int type) in ipsec_tx() 860 static int ipsec_counter_rule_tx(struct mlx5_core_dev *mdev, struct mlx5e_ipsec_tx *tx) in ipsec_counter_rule_tx() 894 static void tx_destroy(struct mlx5e_ipsec *ipsec, struct mlx5e_ipsec_tx *tx, in tx_destroy() 918 struct mlx5e_ipsec_tx *tx, in ipsec_tx_create_attr_set() 933 static int tx_create(struct mlx5e_ipsec *ipsec, struct mlx5e_ipsec_tx *tx, in tx_create() 1049 struct mlx5e_ipsec_tx *tx) in tx_get() 1074 static void tx_put(struct mlx5e_ipsec *ipsec, struct mlx5e_ipsec_tx *tx) in tx_put() 1092 struct mlx5e_ipsec_tx *tx = ipsec_tx(ipsec, type); in tx_ft_get_policy() 1117 static struct mlx5e_ipsec_tx *tx_ft_get(struct mlx5_core_dev *mdev, in tx_ft_get() [all …]
|