Home
last modified time | relevance | path

Searched defs:mlx5_accel_ipsec_ops (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/accel/
A Dipsec.h57 struct mlx5_accel_ipsec_ops { struct
58 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