Searched refs:dest_attr (Results 1 – 4 of 4) sorted by relevance
183 struct mlx5_flow_destination *dest_attr = &dst->dest_attr; in create_vport_action() local185 return mlx5dr_action_create_dest_vport(domain, dest_attr->vport.num, in create_vport_action()186 dest_attr->vport.flags & in create_vport_action()188 dest_attr->vport.vhca_id); in create_vport_action()194 struct mlx5_flow_destination *dest_attr = &dst->dest_attr; in create_uplink_action() local197 dest_attr->vport.vhca_id); in create_uplink_action()203 struct mlx5_flow_table *dest_ft = dst->dest_attr.ft; in create_ft_action()221 dst->dest_attr.range.field, in create_range_action()222 dst->dest_attr.range.hit_ft, in create_range_action()223 dst->dest_attr.range.miss_ft, in create_range_action()[all …]
387 return xa_load(&fs_ctx->hws_pool.table_dests, dst->dest_attr.ft->id); in mlx5_fs_get_dest_action_ft()394 u32 table_num = dst->dest_attr.ft_num; in mlx5_fs_get_dest_action_table_num()405 u32 table_num = dst->dest_attr.ft_num; in mlx5_fs_create_dest_action_table_num()416 struct mlx5_flow_destination *dest_attr = &dst->dest_attr; in mlx5_fs_get_dest_action_vport() local426 (dest_attr->vport.flags & MLX5_FLOW_DEST_VPORT_VHCA_ID); in mlx5_fs_get_dest_action_vport()427 vport_num = is_dest_type_uplink ? MLX5_VPORT_UPLINK : dest_attr->vport.num; in mlx5_fs_get_dest_action_vport()430 idx = (unsigned long)dest_attr->vport.vhca_id << 16 | vport_num; in mlx5_fs_get_dest_action_vport()441 dest_attr->vport.vhca_id, flags); in mlx5_fs_get_dest_action_vport()461 struct mlx5_flow_destination *dest_attr = &dst->dest_attr; in mlx5_fs_create_dest_action_range() local464 dest_attr->range.field, in mlx5_fs_create_dest_action_range()[all …]
178 link->dest_attr = cpu_to_be32(CCSR_DMA_ATR_SNOOP | in fsl_dma_update_pointers() 636 link->dest_attr = cpu_to_be32(CCSR_DMA_ATR_NOSNOOP | in fsl_dma_hw_params() 644 link->dest_attr = cpu_to_be32(CCSR_DMA_ATR_SNOOP | in fsl_dma_hw_params()
119 __be32 dest_attr; /* Programmed into DATR register */ member