Home
last modified time | relevance | path

Searched refs:remove_header (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Daction.c105 stc_attr.remove_header.decap = 0; in hws_action_get_shared_stc_nic()
106 stc_attr.remove_header.start_anchor = MLX5_HEADER_ANCHOR_PACKET_START; in hws_action_get_shared_stc_nic()
107 stc_attr.remove_header.end_anchor = MLX5_HEADER_ANCHOR_IPV6_IPV4; in hws_action_get_shared_stc_nic()
487 attr->remove_header.decap = 1; in hws_action_fill_stc_attr()
488 attr->remove_header.start_anchor = MLX5_HEADER_ANCHOR_PACKET_START; in hws_action_fill_stc_attr()
489 attr->remove_header.end_anchor = MLX5_HEADER_ANCHOR_INNER_MAC; in hws_action_fill_stc_attr()
539 attr->remove_header.decap = 0; /* the mode we support decap is 0 */ in hws_action_fill_stc_attr()
540 attr->remove_words.start_anchor = action->remove_header.anchor; in hws_action_fill_stc_attr()
542 attr->remove_words.num_of_words = action->remove_header.size; in hws_action_fill_stc_attr()
1540 action->remove_header.anchor = attr->anchor; in mlx5hws_action_create_remove_header()
[all …]
H A Dcmd.h112 } remove_header; member