Home
last modified time | relevance | path

Searched refs:mlid_ho (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_mcast_tbl.c97 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()
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()
180 CL_ASSERT(mlid_ho <= p_tbl->max_mlid_ho); in osm_mcast_tbl_is_any_port()
227 CL_ASSERT(mlid_ho >= IB_LID_MCAST_START_HO); in osm_mcast_tbl_clear_mlid()
[all …]
H A Dosm_mcast_mgr.c426 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()
526 " Break processing\n", mlid_ho); in mcast_mgr_branch()
644 osm_mcast_tbl_set(p_tbl, mlid_ho, i); in mcast_mgr_branch()
671 mlid_ho, cl_ntoh64(node_guid), i); in mcast_mgr_branch()
694 osm_mcast_tbl_set(p_tbl, mlid_ho, i); in mcast_mgr_branch()
823 uint16_t mlid_ho;
854 osm_mcast_tbl_set(p_tbl, mlid_ho, i);
892 uint16_t mlid_ho;
[all …]
H A Dosm_dump.c243 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 Dosm_switch.c691 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 Dosm_ucast_dfsssp.c1709 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 Dosm_mcast_tbl.h227 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 Dosm_switch.h1011 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()