Searched refs:mlid_ho (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_mcast_tbl.c | 90 void osm_mcast_tbl_set(IN osm_mcast_tbl_t * p_tbl, IN uint16_t mlid_ho, in osm_mcast_tbl_set() argument 97 CL_ASSERT(mlid_ho >= IB_LID_MCAST_START_HO); in osm_mcast_tbl_set() 98 CL_ASSERT(mlid_ho <= p_tbl->max_mlid_ho); in osm_mcast_tbl_set() 100 mlid_offset = mlid_ho - IB_LID_MCAST_START_HO; in osm_mcast_tbl_set() 145 IN uint16_t mlid_ho, IN uint8_t port_num) in osm_mcast_tbl_is_port() argument 154 CL_ASSERT(mlid_ho >= IB_LID_MCAST_START_HO); in osm_mcast_tbl_is_port() 155 CL_ASSERT(mlid_ho <= p_tbl->max_mlid_ho); in osm_mcast_tbl_is_port() 157 mlid_offset = mlid_ho - IB_LID_MCAST_START_HO; in osm_mcast_tbl_is_port() 170 IN uint16_t mlid_ho) in osm_mcast_tbl_is_any_port() argument 179 CL_ASSERT(mlid_ho >= IB_LID_MCAST_START_HO); in osm_mcast_tbl_is_any_port() [all …]
|
H A D | osm_mcast_mgr.c | 400 static void mcast_mgr_subdivide(osm_sm_t * sm, uint16_t mlid_ho, in mcast_mgr_subdivide() argument 426 mlid_ho, ignore_existing); in mcast_mgr_subdivide() 437 "for port with LID %u\n", mlid_ho, in mcast_mgr_subdivide() 451 "to port with LID %u\n", mlid_ho, in mcast_mgr_subdivide() 489 static osm_mtree_node_t *mcast_mgr_branch(osm_sm_t * sm, uint16_t mlid_ho, in mcast_mgr_branch() argument 516 mlid_ho, cl_ntoh64(node_guid), p_sw->p_node->print_desc, in mcast_mgr_branch() 526 " Break processing\n", mlid_ho); in mcast_mgr_branch() 527 mcast_mgr_purge_list(sm, mlid_ho, p_list); in mcast_mgr_branch() 547 mcast_mgr_purge_list(sm, mlid_ho, p_list); in mcast_mgr_branch() 563 mcast_mgr_purge_list(sm, mlid_ho, p_list); in mcast_mgr_branch() [all …]
|
H A D | osm_dump.c | 243 int16_t mlid_ho = 0; in dump_mcast_routes() local 265 mlid_ho = mlid_start_ho + i; in dump_mcast_routes() 269 mlid_ho + IB_LID_MCAST_START_HO); in dump_mcast_routes() 273 p_mask_tbl)[mlid_ho][position]); in dump_mcast_routes()
|
H A D | osm_switch.c | 691 IN uint16_t mlid_ho, in osm_switch_recommend_mcast_path() argument 700 CL_ASSERT(mlid_ho >= IB_LID_MCAST_START_HO); in osm_switch_recommend_mcast_path() 730 (&p_sw->mcast_tbl, mlid_ho, port_num)) in osm_switch_recommend_mcast_path()
|
H A D | osm_ucast_dfsssp.c | 1709 uint32_t adj_list_size, uint16_t mlid_ho, in update_mcft() argument 1732 p_sw->p_node->print_desc, mlid_ho); in update_mcft() 1748 osm_mcast_tbl_set(p_tbl, mlid_ho, 0); in update_mcft() 1770 osm_mcast_tbl_set(p_tbl, mlid_ho, port); in update_mcft() 1783 osm_mcast_tbl_set(p_tbl, mlid_ho, upstream_port); in update_mcft() 1791 osm_mcast_tbl_set(p_tbl, mlid_ho, downstream_port); in update_mcft()
|
/freebsd/contrib/ofed/opensm/include/opensm/ |
H A D | osm_mcast_tbl.h | 227 void osm_mcast_tbl_set(IN osm_mcast_tbl_t * p_tbl, IN uint16_t mlid_ho, 257 void osm_mcast_tbl_clear_mlid(IN osm_mcast_tbl_t * p_tbl, IN uint16_t mlid_ho); 284 IN uint16_t mlid_ho, IN uint8_t port_num); 314 IN uint16_t mlid_ho);
|
H A D | osm_switch.h | 1011 IN uint16_t mlid_ho, 1161 osm_switch_is_in_mcast_tree(IN const osm_switch_t * p_sw, IN uint16_t mlid_ho) in osm_switch_is_in_mcast_tree() argument 1167 return osm_mcast_tbl_is_any_port(&p_sw->mcast_tbl, mlid_ho); in osm_switch_is_in_mcast_tree()
|