Home
last modified time | relevance | path

Searched defs:p_lash (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/ofed/opensm/opensm/
H A Dosm_ucast_lash.c650 static void delete_mesh_switches(lash_t *p_lash) in delete_mesh_switches()
702 static int init_lash_structures(lash_t * p_lash) in init_lash_structures()
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() local
1255 lash_t *p_lash; in lash_create() local
1268 lash_t *p_lash = context; in lash_delete() local
1288 lash_t *p_lash = context; in get_lash_sl() local
[all …]
H A Dosm_mesh.c197 lash_t *p_lash; member
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 …]