Home
last modified time | relevance | path

Searched refs:ipsec_obj_id (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dipsec_offload.c86 sa_entry->ipsec_obj_id = in mlx5_create_ipsec_obj()
102 MLX5_SET(general_obj_in_cmd_hdr, in, obj_id, sa_entry->ipsec_obj_id); in mlx5_destroy_ipsec_obj()
165 MLX5_SET(general_obj_in_cmd_hdr, in, obj_id, sa_entry->ipsec_obj_id); in mlx5_modify_ipsec_obj()
169 sa_entry->ipsec_obj_id, err); in mlx5_modify_ipsec_obj()
Dipsec_fs.c340 u32 ipsec_obj_id, in setup_fte_common() argument
392 flow_act->crypto.obj_id = ipsec_obj_id; in setup_fte_common()
402 u32 ipsec_obj_id = sa_entry->ipsec_obj_id; in rx_add_rule() local
427 setup_fte_common(attrs, ipsec_obj_id, spec, &flow_act); in rx_add_rule()
433 MLX5_SET(set_action_in, action, data, (ipsec_obj_id | BIT(31))); in rx_add_rule()
493 setup_fte_common(&sa_entry->attrs, sa_entry->ipsec_obj_id, spec, in tx_add_rule()
Dipsec.h143 u32 ipsec_obj_id; member
Dipsec.c68 unsigned int handle = sa_entry->ipsec_obj_id; in mlx5e_ipsec_sadb_rx_add()