Home
last modified time | relevance | path

Searched refs:order_idx (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/arch/arm/mm/
Ddma-mapping.c860 int order_idx = 0; in __iommu_alloc_buffer() local
886 order_idx = ARRAY_SIZE(iommu_order_array) - 1; in __iommu_alloc_buffer()
896 order = iommu_order_array[order_idx]; in __iommu_alloc_buffer()
900 order_idx++; in __iommu_alloc_buffer()
910 order_idx++; in __iommu_alloc_buffer()
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
Dmlx5hws_action.c210 u8 order_idx = 0; in mlx5hws_action_check_combo() local
219 while (order_arr[order_idx] != BIT(MLX5HWS_ACTION_TYP_LAST)) { in mlx5hws_action_check_combo()
221 if (BIT(user_actions[user_idx]) & order_arr[order_idx]) in mlx5hws_action_check_combo()
225 order_idx++; in mlx5hws_action_check_combo()