Searched refs:mlid_offset (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_mcast_tbl.c93 unsigned mlid_offset, mask_offset, bit_mask; local
100 mlid_offset = mlid_ho - IB_LID_MCAST_START_HO;
103 (*p_tbl->p_mask_tbl)[mlid_offset][mask_offset] |= bit_mask;
105 block_num = (int16_t) (mlid_offset / IB_MCAST_BLOCK_SIZE);
111 int osm_mcast_tbl_realloc(IN osm_mcast_tbl_t * p_tbl, IN unsigned mlid_offset) argument
116 if (mlid_offset < p_tbl->mft_depth)
129 mft_depth = (mlid_offset / IB_MCAST_BLOCK_SIZE + 1) * IB_MCAST_BLOCK_SIZE;
140 p_tbl->max_mlid_ho = mlid_offset + IB_LID_MCAST_START_HO;
147 unsigned mlid_offset, mask_offset, bit_mask; local
157 mlid_offset
172 unsigned mlid_offset; local
224 unsigned mlid_offset; local
[all...]
/freebsd-11-stable/contrib/ofed/opensm/include/opensm/
H A Dosm_mcast_tbl.h177 int osm_mcast_tbl_realloc(IN osm_mcast_tbl_t * p_tbl, IN unsigned mlid_offset);
184 * mlid_offset

Completed in 95 milliseconds