dest_action       593 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 				      struct mlx5dr_action *dest_action,
dest_action       598 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	switch (dest_action->action_type) {
dest_action       604 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 		if (dest_action->dest_tbl.is_fw_tbl) {
dest_action       605 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 			*final_icm_addr = dest_action->dest_tbl.fw_tbl.rx_icm_addr;
dest_action       617 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 		ret = mlx5dr_domain_cache_get_recalc_cs_ft_addr(dest_action->vport.dmn,
dest_action       618 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 								dest_action->vport.caps->num,
dest_action       646 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	struct mlx5dr_action *dest_action = NULL;
dest_action       672 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 			dest_action = action;
dest_action       744 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 			dest_action = action;
dest_action       794 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	    rx_rule && recalc_cs_required && dest_action) {
dest_action       795 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 		ret = dr_action_handle_cs_recalc(dmn, dest_action, &attr.final_icm_addr);