Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/steering/
Dfs_dr.c347 fte->action.pkt_reformat->action.dr_action; in mlx5_cmd_dr_create_fte()
376 fte->action.modify_hdr->action.dr_action; in mlx5_cmd_dr_create_fte()
400 fte->action.pkt_reformat->action.dr_action; in mlx5_cmd_dr_create_fte()
464 dst->dest_attr.vport.pkt_reformat->action.dr_action; in mlx5_cmd_dr_create_fte()
673 pkt_reformat->action.dr_action = action; in mlx5_cmd_dr_packet_reformat_alloc()
681 mlx5dr_action_destroy(pkt_reformat->action.dr_action); in mlx5_cmd_dr_packet_reformat_dealloc()
704 modify_hdr->action.dr_action = action; in mlx5_cmd_dr_modify_header_alloc()
712 mlx5dr_action_destroy(modify_hdr->action.dr_action); in mlx5_cmd_dr_modify_header_dealloc()
838 return mlx5dr_action_get_pkt_reformat_id(pkt_reformat->action.dr_action); in mlx5_fs_dr_action_get_pkt_reformat_id()
Dfs_dr.h14 struct mlx5dr_action *dr_action; member
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/
DMakefile119 steering/dr_action.o steering/fs_dr.o \
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
Dct_fs_smfs.c321 actions[num_actions++] = attr->modify_hdr->action.dr_action; in mlx5_ct_fs_smfs_ct_rule_add()