Searched refs:dest_attr (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/ |
| D | fs_cmd.c | 377 if (dst->dest_attr.type == MLX5_FLOW_DESTINATION_TYPE_COUNTER) in mlx5_set_extended_dest() 379 if (dst->dest_attr.type == MLX5_FLOW_DESTINATION_TYPE_VPORT && in mlx5_set_extended_dest() 380 dst->dest_attr.vport.flags & MLX5_FLOW_DEST_VPORT_REFORMAT_ID) in mlx5_set_extended_dest() 488 unsigned int id, type = dst->dest_attr.type; in mlx5_cmd_set_fte() 495 id = dst->dest_attr.ft_num; in mlx5_cmd_set_fte() 499 id = dst->dest_attr.ft->id; in mlx5_cmd_set_fte() 502 id = dst->dest_attr.vport.num; in mlx5_cmd_set_fte() 505 !!(dst->dest_attr.vport.flags & in mlx5_cmd_set_fte() 509 dst->dest_attr.vport.vhca_id); in mlx5_cmd_set_fte() 511 dst->dest_attr.vport.pkt_reformat) { in mlx5_cmd_set_fte() [all …]
|
| D | fs_core.h | 139 struct mlx5_flow_destination dest_attr; member
|
| D | fs_core.c | 485 mutex_lock(&rule->dest_attr.ft->lock); in del_sw_hw_rule() 487 mutex_unlock(&rule->dest_attr.ft->lock); in del_sw_hw_rule() 490 if (rule->dest_attr.type == MLX5_FLOW_DESTINATION_TYPE_COUNTER && in del_sw_hw_rule() 903 memcpy(&rule->dest_attr, dest, sizeof(*dest)); in _mlx5_modify_rule_destination() 926 if (mlx5_flow_dests_cmp(new_dest, &handle->rule[i]->dest_attr)) in mlx5_modify_rule_destination() 1185 memcpy(&rule->dest_attr, dest, sizeof(*dest)); in alloc_rule() 1440 if (mlx5_flow_dests_cmp(&rule->dest_attr, dest)) in find_flow_rule()
|
| /Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
| D | fs_dr.c | 179 struct mlx5_flow_destination *dest_attr = &dst->dest_attr; in create_vport_action() local 181 return mlx5dr_action_create_dest_vport(domain, dest_attr->vport.num, in create_vport_action() 182 dest_attr->vport.flags & in create_vport_action() 184 dest_attr->vport.vhca_id); in create_vport_action() 190 struct mlx5_flow_table *dest_ft = dst->dest_attr.ft; in create_ft_action() 354 enum mlx5_flow_destination_type type = dst->dest_attr.type; in mlx5_cmd_dr_create_fte() 364 id = dst->dest_attr.counter_id; in mlx5_cmd_dr_create_fte()
|
| /Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/diag/ |
| D | fs_tracepoint.h | 290 &rule->dest_attr, 292 if (rule->dest_attr.type & 295 rule->dest_attr.counter_id;
|
| /Linux-v5.4/sound/soc/fsl/ |
| D | fsl_dma.h | 119 __be32 dest_attr; /* Programmed into DATR register */ member
|
| D | fsl_dma.c | 178 link->dest_attr = cpu_to_be32(CCSR_DMA_ATR_SNOOP | in fsl_dma_update_pointers() 671 link->dest_attr = cpu_to_be32(CCSR_DMA_ATR_NOSNOOP | in fsl_dma_hw_params() 679 link->dest_attr = cpu_to_be32(CCSR_DMA_ATR_SNOOP | in fsl_dma_hw_params()
|