Home
last modified time | relevance | path

Searched refs:dest_attr (Results 1 – 7 of 7) sorted by relevance

/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/steering/
A Dfs_dr.c191 struct mlx5_flow_destination *dest_attr = &dst->dest_attr; in create_vport_action() local
194 dest_attr->vport.flags & in create_vport_action()
196 dest_attr->vport.vhca_id); in create_vport_action()
202 struct mlx5_flow_destination *dest_attr = &dst->dest_attr; in create_uplink_action() local
225 dst->dest_attr.range.min, in create_range_action()
226 dst->dest_attr.range.max); in create_range_action()
453 if (dst->dest_attr.vport.flags & in mlx5_cmd_dr_create_fte()
461 id = dst->dest_attr.ft_num; in mlx5_cmd_dr_create_fte()
472 id = dst->dest_attr.sampler_id; in mlx5_cmd_dr_create_fte()
502 if (dst->dest_attr.type != in mlx5_cmd_dr_create_fte()
[all …]
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/
A Dfs_cmd.c610 id = dst->dest_attr.ft_num; in mlx5_cmd_set_fte()
614 id = dst->dest_attr.ft->id; in mlx5_cmd_set_fte()
621 !!(dst->dest_attr.vport.flags & in mlx5_cmd_set_fte()
625 dst->dest_attr.vport.vhca_id); in mlx5_cmd_set_fte()
633 id = dst->dest_attr.vport.num; in mlx5_cmd_set_fte()
638 !!(dst->dest_attr.vport.flags & in mlx5_cmd_set_fte()
646 id = dst->dest_attr.sampler_id; in mlx5_cmd_set_fte()
652 id = dst->dest_attr.ft->id; in mlx5_cmd_set_fte()
656 id = dst->dest_attr.tir_num; in mlx5_cmd_set_fte()
678 if (dst->dest_attr.type != in mlx5_cmd_set_fte()
[all …]
A Dfs_core.c604 mutex_lock(&rule->dest_attr.ft->lock); in del_sw_hw_rule()
606 mutex_unlock(&rule->dest_attr.ft->lock); in del_sw_hw_rule()
609 if (rule->dest_attr.type == MLX5_FLOW_DESTINATION_TYPE_COUNTER) { in del_sw_hw_rule()
618 if (rule->dest_attr.type == MLX5_FLOW_DESTINATION_TYPE_PORT) { in del_sw_hw_rule()
625 if (is_fwd_dest_type(rule->dest_attr.type)) { in del_sw_hw_rule()
1046 memcpy(&rule->dest_attr, dest, sizeof(*dest)); in _mlx5_modify_rule_destination()
1069 if (mlx5_flow_dests_cmp(new_dest, &handle->rule[i]->dest_attr)) in mlx5_modify_rule_destination()
1359 memcpy(&rule->dest_attr, dest, sizeof(*dest)); in alloc_rule()
1361 rule->dest_attr.type = MLX5_FLOW_DESTINATION_TYPE_NONE; in alloc_rule()
1629 if (mlx5_flow_dests_cmp(&rule->dest_attr, dest)) in find_flow_rule()
A Dfs_core.h167 struct mlx5_flow_destination dest_attr; member
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/diag/
A Dfs_tracepoint.h290 &rule->dest_attr,
292 if (rule->dest_attr.type &
295 rule->dest_attr.counter_id;
/linux-6.3-rc2/sound/soc/fsl/
A Dfsl_dma.h119 __be32 dest_attr; /* Programmed into DATR register */ member
A Dfsl_dma.c178 link->dest_attr = cpu_to_be32(CCSR_DMA_ATR_SNOOP | in fsl_dma_update_pointers()
642 link->dest_attr = cpu_to_be32(CCSR_DMA_ATR_NOSNOOP | in fsl_dma_hw_params()
650 link->dest_attr = cpu_to_be32(CCSR_DMA_ATR_SNOOP | in fsl_dma_hw_params()

Completed in 19 milliseconds