Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/ofed/opensm/opensm/
H A Dosm_ucast_dfsssp.c106 typedef struct vltable { struct
361 qsort(vltable->lids, vltable->num_lids, sizeof(ib_net16_t), cmp_lids); in vltable_sort_lids()
372 (ib_net16_t *) bsearch(key, vltable->lids, vltable->num_lids, in vltable_get_lidindex()
403 vltable->vls[ind1 + ind2 * vltable->num_lids] = vl; in vltable_insert()
420 if (vltable-> in vltable_change_vl()
456 if (*vltable) { in vltable_dealloc()
457 if ((*vltable)->lids) in vltable_dealloc()
459 if ((*vltable)->vls) in vltable_dealloc()
461 free(*vltable); in vltable_dealloc()
462 *vltable = NULL; in vltable_dealloc()
[all …]