Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/steering/
Dfs_dr.c327 fte->action.pkt_reformat->action.dr_action; in mlx5_cmd_dr_create_fte()
356 fte->action.modify_hdr->action.dr_action; in mlx5_cmd_dr_create_fte()
380 fte->action.pkt_reformat->action.dr_action; in mlx5_cmd_dr_create_fte()
444 dst->dest_attr.vport.pkt_reformat->action.dr_action; in mlx5_cmd_dr_create_fte()
643 pkt_reformat->action.dr_action = action; in mlx5_cmd_dr_packet_reformat_alloc()
651 mlx5dr_action_destroy(pkt_reformat->action.dr_action); in mlx5_cmd_dr_packet_reformat_dealloc()
673 modify_hdr->action.dr_action = action; in mlx5_cmd_dr_modify_header_alloc()
681 mlx5dr_action_destroy(modify_hdr->action.dr_action); in mlx5_cmd_dr_modify_header_dealloc()
Dfs_dr.h14 struct mlx5dr_action *dr_action; member
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/
DMakefile113 steering/dr_action.o steering/fs_dr.o \
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
Dct_fs_smfs.c316 actions[num_actions++] = attr->modify_hdr->action.dr_action; in mlx5_ct_fs_smfs_ct_rule_add()