Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Daction.c113 stc_attr.remove_words.start_anchor = MLX5_HEADER_ANCHOR_FIRST_VLAN_START; in hws_action_get_shared_stc_nic()
114 stc_attr.remove_words.num_of_words = MLX5HWS_ACTION_HDR_LEN_L2_VLAN; in hws_action_get_shared_stc_nic()
524 attr->remove_words.start_anchor = MLX5_HEADER_ANCHOR_FIRST_VLAN_START; in hws_action_fill_stc_attr()
525 attr->remove_words.num_of_words = MLX5HWS_ACTION_HDR_LEN_L2_VLAN / 2; 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()
H A Dcmd.h149 } remove_words; member