Home
last modified time | relevance | path

Searched refs:IB_MCAST_BLOCK_SIZE (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_mcast_tbl.c81 IB_MCAST_BLOCK_SIZE) / in osm_mcast_tbl_init()
82 IB_MCAST_BLOCK_SIZE) - 1); in osm_mcast_tbl_init()
105 block_num = (int16_t) (mlid_offset / IB_MCAST_BLOCK_SIZE); in osm_mcast_tbl_set()
129 mft_depth = (mlid_offset / IB_MCAST_BLOCK_SIZE + 1) * IB_MCAST_BLOCK_SIZE; in osm_mcast_tbl_realloc()
208 mlid_start_ho = (uint16_t) (block_num * IB_MCAST_BLOCK_SIZE); in osm_mcast_tbl_set_block()
210 if (mlid_start_ho + IB_MCAST_BLOCK_SIZE - 1 > p_tbl->mft_depth) in osm_mcast_tbl_set_block()
213 for (i = 0; i < IB_MCAST_BLOCK_SIZE; i++) in osm_mcast_tbl_set_block()
257 CL_ASSERT(block_num * IB_MCAST_BLOCK_SIZE <= p_tbl->mft_depth); in osm_mcast_tbl_get_block()
259 mlid_start_ho = (uint16_t) (block_num * IB_MCAST_BLOCK_SIZE); in osm_mcast_tbl_get_block()
261 for (i = 0; i < IB_MCAST_BLOCK_SIZE; i++) in osm_mcast_tbl_get_block()
H A Dosm_dump.c263 mlid_start_ho = (uint16_t) (block_num * IB_MCAST_BLOCK_SIZE); in dump_mcast_routes()
264 for (i = 0; i < IB_MCAST_BLOCK_SIZE; i++) { in dump_mcast_routes()
H A Dosm_mcast_mgr.c341 ib_net16_t block[IB_MCAST_BLOCK_SIZE]; in mcast_mgr_set_mft_block()
1077 (p_tbl->max_block_in_use + 1) * IB_MCAST_BLOCK_SIZE - 1); in mcast_mgr_set_mfttop()
/freebsd/contrib/ofed/opensm/include/iba/
H A Dib_types.h315 #define IB_MCAST_BLOCK_SIZE 32 macro
6517 ib_net16_t mft[IB_MCAST_BLOCK_SIZE];
/freebsd/contrib/ofed/infiniband-diags/src/
H A Dsaquery.c781 for (i = 0; i < IB_MCAST_BLOCK_SIZE; i++) in dump_one_mft_record()