Home
last modified time | relevance | path

Searched refs:prios (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/mlx5/mlx5_core/
H A Dfs_core.h65 * This is used to implement tc chains, each chain of prios is a different
133 struct list_head prios; /* list of fs_prios */ global() member
H A Dmlx5_fs_tree.c
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_alloc.c204 struct list_head prios; member
232 INIT_LIST_HEAD(&zones->prios); in mlx4_zone_allocator_create()
269 list_for_each_entry(it, &zone_alloc->prios, prio_list) in mlx4_zone_add_one()
273 if (&it->prio_list == &zone_alloc->prios || it->priority > priority) in mlx4_zone_add_one()
309 list_for_each_entry(it, &zone_alloc->prios, prio_list) { in __mlx4_zone_remove_one_entry()
355 list_for_each_entry(curr_node, &zone_alloc->prios, prio_list) { in __mlx4_alloc_from_zone()
395 if (list_is_last(&curr_node->prio_list, &zone_alloc->prios)) in __mlx4_alloc_from_zone()
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib.h177 struct mlx5_ib_flow_prio prios[MLX5_IB_NUM_FLOW_FT]; member
H A Dmlx5_ib_main.c2130 prio = &dev->flow_db.prios[priority]; in get_flow_table()
2138 prio = &dev->flow_db.prios[MLX5_IB_FLOW_LEFTOVERS_PRIO]; in get_flow_table()