Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_ucast_dfsssp.c109 uint8_t *vls; /* matrix form assignment lid X lid -> virtual lane */ member
390 vls[ind1 + ind2 * vltable->num_lids]); in vltable_get_vl()
403 vltable->vls[ind1 + ind2 * vltable->num_lids] = vl; in vltable_insert()
421 vls[ind1 + ind2 * vltable->num_lids] == in vltable_change_vl()
423 vltable->vls[ind1 + in vltable_change_vl()
447 vltable->vls[ind1 + in vltable_print()
459 if ((*vltable)->vls) in vltable_dealloc()
460 free((*vltable)->vls); in vltable_dealloc()
476 (*vltable)->vls = (uint8_t *) malloc(size * size * sizeof(uint8_t)); in vltable_alloc()
477 if (!((*vltable)->vls)) in vltable_alloc()
[all …]
/freebsd/contrib/ofed/infiniband-diags/src/
H A Dibportstate.c85 uint64_t vls = 0; /* no state change */ variable
106 {"vls", &vls, 0}, /* VLS */
595 mad_set_field(data, 0, IB_PORT_OPER_VLS_F, vls); in main()