Home
last modified time | relevance | path

Searched refs:insert_header (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Daction.c496 attr->insert_header.encap = action->reformat.encap; in hws_action_fill_stc_attr()
497 attr->insert_header.insert_anchor = action->reformat.anchor; in hws_action_fill_stc_attr()
498 attr->insert_header.arg_id = action->reformat.arg_id; in hws_action_fill_stc_attr()
499 attr->insert_header.header_size = action->reformat.header_size; in hws_action_fill_stc_attr()
500 attr->insert_header.insert_offset = action->reformat.offset; in hws_action_fill_stc_attr()
527 attr->insert_header.encap = 0; in hws_action_fill_stc_attr()
528 attr->insert_header.is_inline = 1; in hws_action_fill_stc_attr()
529 attr->insert_header.insert_anchor = MLX5_HEADER_ANCHOR_PACKET_START; in hws_action_fill_stc_attr()
530 attr->insert_header.insert_offset = MLX5HWS_ACTION_HDR_LEN_L2_MACS; in hws_action_fill_stc_attr()
531 attr->insert_header.header_size = MLX5HWS_ACTION_HDR_LEN_L2_VLAN; in hws_action_fill_stc_attr()
H A Dcmd.c500 stc_attr->insert_header.encap); in hws_cmd_stc_modify_set_stc_param()
502 stc_attr->insert_header.is_inline); in hws_cmd_stc_modify_set_stc_param()
504 stc_attr->insert_header.insert_anchor); in hws_cmd_stc_modify_set_stc_param()
507 stc_attr->insert_header.header_size / W_SIZE); in hws_cmd_stc_modify_set_stc_param()
509 stc_attr->insert_header.insert_offset / W_SIZE); in hws_cmd_stc_modify_set_stc_param()
511 stc_attr->insert_header.arg_id); in hws_cmd_stc_modify_set_stc_param()
H A Dcmd.h127 } insert_header; member
H A Dprm.h330 struct mlx5_ifc_stc_ste_param_insert_bits insert_header; member
/linux-6.15/fs/proc/
H A Dproc_sysctl.c228 static int insert_header(struct ctl_dir *dir, struct ctl_table_header *header) in insert_header() function
1021 err = insert_header(dir, &new->header); in get_subdir()
1287 err = insert_header(core_parent, links); in insert_links()
1396 if (insert_header(dir, header)) in __register_sysctl_table()