Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_ucast_lash.c650 static void delete_mesh_switches(lash_t *p_lash) in delete_mesh_switches()
783 static int lash_core(lash_t * p_lash) in lash_core()
986 static void populate_fwd_tbls(lash_t * p_lash) in populate_fwd_tbls()
1103 static void lash_cleanup(lash_t * p_lash) in lash_cleanup()
1200 static void process_switches(lash_t * p_lash) in process_switches()
1218 lash_t *p_lash = context; in lash_process()
1255 lash_t *p_lash; in lash_create()
1257 p_lash = calloc(1, sizeof(lash_t)); in lash_create()
1268 lash_t *p_lash = context; in lash_delete()
1288 lash_t *p_lash = context; in get_lash_sl()
[all …]
H A Dosm_mesh.c197 lash_t *p_lash;
211 static int *poly_alloc(lash_t *p_lash, int n) in poly_alloc()
300 static int **m_alloc(lash_t *p_lash, int l) in m_alloc()
355 static int ***pm_alloc(lash_t *p_lash, int l, int n) in pm_alloc()
595 static int get_switch_metric(lash_t *p_lash, int sw) in get_switch_metric()
743 static void remove_edges(lash_t *p_lash) in remove_edges()
838 static void seed_axes(lash_t *p_lash, int sw) in seed_axes()
925 static void make_geometry(lash_t *p_lash, int sw) in make_geometry()
1473 static mesh_t *mesh_create(lash_t *p_lash) in mesh_create()
1575 static void dump_mesh(lash_t *p_lash) in dump_mesh()
[all …]
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_ucast_lash.h95 } lash_t; typedef