Searched defs:mlx5_accel_ipsec_ops (Results 1 – 1 of 1) sorted by relevance
57 struct mlx5_accel_ipsec_ops { struct58 u32 (*device_caps)(struct mlx5_core_dev *mdev);59 unsigned int (*counters_count)(struct mlx5_core_dev *mdev);60 int (*counters_read)(struct mlx5_core_dev *mdev, u64 *counters, unsigned int count);61 void* (*create_hw_context)(struct mlx5_core_dev *mdev,65 void (*free_hw_context)(void *context);66 int (*init)(struct mlx5_core_dev *mdev);67 void (*cleanup)(struct mlx5_core_dev *mdev);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,[all …]
Completed in 3 milliseconds