Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Daction.c500 attr->insert_header.encap = action->reformat.encap; in hws_action_fill_stc_attr()
501 attr->insert_header.insert_anchor = action->reformat.anchor; in hws_action_fill_stc_attr()
502 attr->insert_header.arg_id = action->reformat.arg_id; in hws_action_fill_stc_attr()
503 attr->insert_header.header_size = action->reformat.header_size; in hws_action_fill_stc_attr()
504 attr->insert_header.insert_offset = action->reformat.offset; in hws_action_fill_stc_attr()
531 attr->insert_header.encap = 0; in hws_action_fill_stc_attr()
532 attr->insert_header.is_inline = 1; in hws_action_fill_stc_attr()
533 attr->insert_header.insert_anchor = MLX5_HEADER_ANCHOR_PACKET_START; in hws_action_fill_stc_attr()
534 attr->insert_header.insert_offset = MLX5HWS_ACTION_HDR_LEN_L2_MACS; in hws_action_fill_stc_attr()
535 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
/linux/fs/proc/
H A Dproc_sysctl.c228 static int insert_header(struct ctl_dir *dir, struct ctl_table_header *header) in insert_header() function
1024 err = insert_header(dir, &new->header); in get_subdir()
1290 err = insert_header(core_parent, links); in insert_links()
1399 if (insert_header(dir, header)) in __register_sysctl_table()