Searched refs:mlx5_accel_esp_xfrm (Results 1 – 7 of 7) sorted by relevance
/linux/include/linux/mlx5/ |
A D | accel.h | 109 struct mlx5_accel_esp_xfrm { struct 133 struct mlx5_accel_esp_xfrm * argument 137 void mlx5_accel_esp_destroy_xfrm(struct mlx5_accel_esp_xfrm *xfrm); 138 int mlx5_accel_esp_modify_xfrm(struct mlx5_accel_esp_xfrm *xfrm, 145 static inline struct mlx5_accel_esp_xfrm * 150 mlx5_accel_esp_destroy_xfrm(struct mlx5_accel_esp_xfrm *xfrm) {} in mlx5_accel_esp_destroy_xfrm() 152 mlx5_accel_esp_modify_xfrm(struct mlx5_accel_esp_xfrm *xfrm, in mlx5_accel_esp_modify_xfrm()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/accel/ |
A D | ipsec.h | 50 struct mlx5_accel_esp_xfrm *xfrm, 62 struct mlx5_accel_esp_xfrm *xfrm, 68 struct mlx5_accel_esp_xfrm* (*esp_create_xfrm)(struct mlx5_core_dev *mdev, 71 int (*esp_modify_xfrm)(struct mlx5_accel_esp_xfrm *xfrm, 73 void (*esp_destroy_xfrm)(struct mlx5_accel_esp_xfrm *xfrm); 82 struct mlx5_accel_esp_xfrm *xfrm, in mlx5_accel_esp_create_hw_context()
|
A D | ipsec.c | 107 struct mlx5_accel_esp_xfrm *xfrm, in mlx5_accel_esp_create_hw_context() 138 struct mlx5_accel_esp_xfrm * 144 struct mlx5_accel_esp_xfrm *xfrm; in mlx5_accel_esp_create_xfrm() 158 void mlx5_accel_esp_destroy_xfrm(struct mlx5_accel_esp_xfrm *xfrm) in mlx5_accel_esp_destroy_xfrm() 169 int mlx5_accel_esp_modify_xfrm(struct mlx5_accel_esp_xfrm *xfrm, in mlx5_accel_esp_modify_xfrm()
|
A D | ipsec_offload.c | 25 struct mlx5_accel_esp_xfrm accel_xfrm; 95 static struct mlx5_accel_esp_xfrm * 118 static void mlx5_ipsec_offload_esp_destroy_xfrm(struct mlx5_accel_esp_xfrm *xfrm) in mlx5_ipsec_offload_esp_destroy_xfrm() 207 struct mlx5_accel_esp_xfrm *accel_xfrm, in mlx5_ipsec_offload_create_sa_ctx() 330 static int mlx5_ipsec_offload_esp_modify_xfrm(struct mlx5_accel_esp_xfrm *xfrm, in mlx5_ipsec_offload_esp_modify_xfrm()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/fpga/ |
A D | ipsec.c | 77 struct mlx5_accel_esp_xfrm accel_xfrm; 669 struct mlx5_accel_esp_xfrm *accel_xfrm, in mlx5_fpga_ipsec_create_sa_ctx() 773 struct mlx5_accel_esp_xfrm *accel_xfrm; in mlx5_fpga_ipsec_fs_create_sa_ctx() 796 (struct mlx5_accel_esp_xfrm *)fte->action.esp_id; in mlx5_fpga_ipsec_fs_create_sa_ctx() 1453 static struct mlx5_accel_esp_xfrm * 1481 static void mlx5_fpga_esp_destroy_xfrm(struct mlx5_accel_esp_xfrm *xfrm) in mlx5_fpga_esp_destroy_xfrm() 1490 static int mlx5_fpga_esp_modify_xfrm(struct mlx5_accel_esp_xfrm *xfrm, in mlx5_fpga_esp_modify_xfrm()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
A D | ipsec.h | 111 struct mlx5_accel_esp_xfrm *xfrm;
|
/linux/drivers/infiniband/hw/mlx5/ |
A D | mlx5_ib.h | 976 struct mlx5_accel_esp_xfrm *ctx;
|
Completed in 18 milliseconds