Searched refs:mlx5e_ipsec (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dipsec_fs.h7 struct mlx5e_ipsec;
11 void mlx5_esw_ipsec_rx_create_attr_set(struct mlx5e_ipsec *ipsec,
13 int mlx5_esw_ipsec_rx_status_pass_dest_get(struct mlx5e_ipsec *ipsec,
20 void mlx5_esw_ipsec_tx_create_attr_set(struct mlx5e_ipsec *ipsec,
24 static inline void mlx5_esw_ipsec_rx_create_attr_set(struct mlx5e_ipsec *ipsec,
27 static inline int mlx5_esw_ipsec_rx_status_pass_dest_get(struct mlx5e_ipsec *ipsec,
47 static inline void mlx5_esw_ipsec_tx_create_attr_set(struct mlx5e_ipsec *ipsec,
H A Dipsec_fs.c24 void mlx5_esw_ipsec_rx_create_attr_set(struct mlx5e_ipsec *ipsec,
34 int mlx5_esw_ipsec_rx_status_pass_dest_get(struct mlx5e_ipsec *ipsec,
47 struct mlx5e_ipsec *ipsec = sa_entry->ipsec;
90 struct mlx5e_ipsec *ipsec = sa_entry->ipsec;
100 struct mlx5e_ipsec *ipsec = priv->ipsec;
112 void mlx5_esw_ipsec_tx_create_attr_set(struct mlx5e_ipsec *ipsec,
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec.h226 struct mlx5e_ipsec { struct
263 struct mlx5e_ipsec *ipsec;
298 struct mlx5e_ipsec *ipsec;
309 void mlx5e_accel_ipsec_fs_cleanup(struct mlx5e_ipsec *ipsec);
310 int mlx5e_accel_ipsec_fs_init(struct mlx5e_ipsec *ipsec, struct mlx5_devcom_comp_dev **devcom);
326 int mlx5e_ipsec_aso_init(struct mlx5e_ipsec *ipsec);
327 void mlx5e_ipsec_aso_cleanup(struct mlx5e_ipsec *ipsec);
H A Dipsec_fs.c59 static struct mlx5e_ipsec_rx *ipsec_rx(struct mlx5e_ipsec *ipsec, u32 family, int type)
70 static struct mlx5e_ipsec_tx *ipsec_tx(struct mlx5e_ipsec *ipsec, int type)
147 static void ipsec_rx_status_drop_destroy(struct mlx5e_ipsec *ipsec,
155 static void ipsec_rx_status_pass_destroy(struct mlx5e_ipsec *ipsec,
171 struct mlx5e_ipsec *ipsec = sa_entry->ipsec;
253 struct mlx5e_ipsec *ipsec = sa_entry->ipsec;
309 static int ipsec_rx_status_drop_all_create(struct mlx5e_ipsec *ipsec,
380 static int ipsec_rx_status_pass_create(struct mlx5e_ipsec *ipsec,
424 static void mlx5_ipsec_rx_status_destroy(struct mlx5e_ipsec *ipsec,
431 static int mlx5_ipsec_rx_status_create(struct mlx5e_ipsec *ipse
[all...]
H A Dipsec_offload.c367 struct mlx5e_ipsec *ipsec = sa_entry->ipsec;
480 struct mlx5e_ipsec *ipsec = container_of(nb, struct mlx5e_ipsec, nb);
511 int mlx5e_ipsec_aso_init(struct mlx5e_ipsec *ipsec)
553 void mlx5e_ipsec_aso_cleanup(struct mlx5e_ipsec *ipsec)
591 struct mlx5e_ipsec *ipsec = sa_entry->ipsec;
H A Dipsec_rxtx.c312 struct mlx5e_ipsec *ipsec = priv->ipsec;
345 struct mlx5e_ipsec *ipsec = priv->ipsec;
H A Dipsec.c688 struct mlx5e_ipsec *ipsec;
795 struct mlx5e_ipsec *ipsec = sa_entry->ipsec;
814 struct mlx5e_ipsec *ipsec = sa_entry->ipsec;
842 struct mlx5e_ipsec *ipsec;
851 ipsec = container_of(nb, struct mlx5e_ipsec, netevent_nb);
878 struct mlx5e_ipsec *ipsec;
893 ipsec->wq = alloc_workqueue("mlx5e_ipsec: %s", WQ_UNBOUND, 0,
938 struct mlx5e_ipsec *ipsec = priv->ipsec;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den.h942 struct mlx5e_ipsec *ipsec;

Completed in 701 milliseconds