Home
last modified time | relevance | path

Searched refs:p_block_idx (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_pkey.c265 OUT uint16_t * p_block_idx, in osm_pkey_find_next_free_entry() argument
270 CL_ASSERT(p_block_idx); in osm_pkey_find_next_free_entry()
273 while (*p_block_idx < p_pkey_tbl->max_blocks) { in osm_pkey_find_next_free_entry()
276 (*p_block_idx)++; in osm_pkey_find_next_free_entry()
277 if (*p_block_idx >= p_pkey_tbl->max_blocks) in osm_pkey_find_next_free_entry()
282 osm_pkey_tbl_new_block_get(p_pkey_tbl, *p_block_idx); in osm_pkey_find_next_free_entry()
295 OUT uint16_t * p_block_idx, in osm_pkey_tbl_get_block_and_idx() argument
302 CL_ASSERT(p_block_idx != NULL); in osm_pkey_tbl_get_block_and_idx()
311 *p_block_idx = block_index; in osm_pkey_tbl_get_block_and_idx()
H A Dosm_pkey_mgr.c361 uint16_t * p_block_idx, in last_accum_pkey_index() argument
365 *p_block_idx = (p_pkey_tbl->last_pkey_idx - 1) / IB_NUM_PKEY_ELEMENTS_IN_BLOCK; in last_accum_pkey_index()
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_pkey.h395 OUT uint16_t * p_block_idx,