Home
last modified time | relevance | path

Searched refs:num_of_blocks (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_pkey.c298 uint16_t num_of_blocks; in osm_pkey_tbl_get_block_and_idx() local
305 num_of_blocks = (uint16_t) cl_ptr_vector_get_size(&p_pkey_tbl->blocks); in osm_pkey_tbl_get_block_and_idx()
306 for (block_index = 0; block_index < num_of_blocks; block_index++) { in osm_pkey_tbl_get_block_and_idx()
H A Dosm_pkey_mgr.c384 uint16_t num_of_blocks; in pkey_mgr_update_port() local
403 num_of_blocks = osm_pkey_tbl_get_num_blocks(p_pkey_tbl); in pkey_mgr_update_port()
574 for (block_index = 0; block_index < num_of_blocks; block_index++) { in pkey_mgr_update_port()