Searched defs:p_lash (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/ofed/opensm/opensm/ |
H A D | osm_ucast_lash.c | 68 static void connect_switches(lash_t * p_lash, int sw1, int sw2, int phy_port_1) in connect_switches() 171 static inline int get_next_switch(lash_t *p_lash, int sw, int link) in get_next_switch() 176 static void remove_semipermanent_depend_for_sp(lash_t * p_lash, int sw, in remove_semipermanent_depend_for_sp() 262 static void shortest_path(lash_t * p_lash, int ir) in shortest_path() 287 static int generate_routing_func_for_mst(lash_t * p_lash, int sw_id, in generate_routing_func_for_mst() 327 static int generate_cdg_for_sp(lash_t * p_lash, int sw, int dest_switch, in generate_cdg_for_sp() 389 static void set_temp_depend_to_permanent_for_sp(lash_t * p_lash, int sw, in set_temp_depend_to_permanent_for_sp() 418 static void remove_temp_depend_for_sp(lash_t * p_lash, int sw, int dest_switch, in remove_temp_depend_for_sp() 455 static int balance_virtual_lanes(lash_t * p_lash, unsigned lanes_needed) in balance_virtual_lanes() 607 static switch_t *switch_create(lash_t * p_lash, unsigned id, osm_switch_t * p_sw) in switch_create() [all …]
|
H A D | osm_mesh.c | 197 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() 397 static int sub_determinant(lash_t *p_lash, int n, int l, int row, int col, in sub_determinant() 461 static int determinant(lash_t *p_lash, int deg, int rank, int ***m, int *p) in determinant() 539 static int char_poly(lash_t *p_lash, int rank, int **matrix, int **poly) in char_poly() 595 static int get_switch_metric(lash_t *p_lash, int sw) in get_switch_metric() 674 static void classify_switch(lash_t *p_lash, mesh_t *mesh, int sw) in classify_switch() 709 static void classify_mesh_type(lash_t *p_lash, int sw) in classify_mesh_type() [all …]
|