Home
last modified time | relevance | path

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

/linux-6.15/arch/arm/mm/
H A 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.15/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Daction.c209 u8 order_idx = 0; in mlx5hws_action_check_combo() local
217 while (order_arr[order_idx] != BIT(MLX5HWS_ACTION_TYP_LAST)) { in mlx5hws_action_check_combo()
219 if (BIT(user_actions[user_idx]) & order_arr[order_idx]) in mlx5hws_action_check_combo()
223 order_idx++; in mlx5hws_action_check_combo()