Searched refs:fs_get_obj (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/sys/dev/mlx5/mlx5_core/ |
| H A D | mlx5_fs_tree.c | 718 fs_get_obj(ns, it); in _alloc_new_level() 731 fs_get_obj(ft, it); in _alloc_new_level() 1224 fs_get_obj(ft, it); in _find_first_ft_in_prio_reverse() 1229 fs_get_obj(ns, it); in _find_first_ft_in_prio_reverse() 1325 fs_get_obj(ft, it); in _find_first_ft_in_prio() 1330 fs_get_obj(ns, it); in _find_first_ft_in_prio() 1487 fs_get_obj(ns, node); in get_ns_with_notifiers() 2257 fs_get_obj(ns, it); in sum_max_ft_in_prio() 2307 fs_get_obj(fg, pbase); in mlx5_get_match_criteria_enable() 2591 fs_get_obj(ft, it); in iterate_rules_in_prio() [all …]
|
| H A D | fs_core.h | 174 #define fs_get_obj(v, _base) {v = container_of((_base), typeof(*v), base); } macro
|