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

/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_ucast_dfsssp.c106 typedef struct vltable { struct
359 static inline void vltable_sort_lids(vltable_t * vltable) argument
361 qsort(vltable->lids, vltable->num_lids, sizeof(ib_net16_t), cmp_lids);
367 static inline int64_t vltable_get_lidindex(ib_net16_t * key, vltable_t * vltable) argument
372 (ib_net16_t *) bsearch(key, vltable->lids, vltable->num_lids,
375 return found_lid - vltable->lids;
383 static int32_t vltable_get_vl(vltable_t * vltable, ib_net16_t slid, ib_net16_t dlid) argument
385 int64_t ind1 = vltable_get_lidindex(&slid, vltable);
396 vltable_insert(vltable_t * vltable, ib_net16_t slid, ib_net16_t dlid, uint8_t vl) argument
407 vltable_change_vl(vltable_t * vltable, uint8_t from, uint8_t to, uint64_t count) argument
435 vltable_print(osm_ucast_mgr_t * p_mgr, vltable_t * vltable) argument
454 vltable_dealloc(vltable_t ** vltable) argument
466 vltable_alloc(vltable_t ** vltable, uint64_t size) argument
[all...]

Completed in 92 milliseconds