Home
last modified time | relevance | path

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

/linux/arch/arm/mm/
H A Ddma-mapping.c858 int order_idx = 0; in __iommu_alloc_buffer() local
884 order_idx = ARRAY_SIZE(iommu_order_array) - 1; in __iommu_alloc_buffer()
894 order = iommu_order_array[order_idx]; in __iommu_alloc_buffer()
898 order_idx++; in __iommu_alloc_buffer()
908 order_idx++; in __iommu_alloc_buffer()
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Daction.c214 u8 order_idx = 0; in mlx5hws_action_check_combo() local
222 while (order_arr[order_idx] != BIT(MLX5HWS_ACTION_TYP_LAST)) { in mlx5hws_action_check_combo()
224 if (BIT(user_actions[user_idx]) & order_arr[order_idx]) in mlx5hws_action_check_combo()
228 order_idx++; in mlx5hws_action_check_combo()