Home
last modified time | relevance | path

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

/freebsd-src/contrib/ofed/opensm/opensm/
H A Dosm_pkey_mgr.c385 uint16_t max_num_of_blocks; in pkey_mgr_update_port() local
404 max_num_of_blocks = pkey_mgr_get_physp_max_blocks(p_physp); in pkey_mgr_update_port()
405 if (p_pkey_tbl->max_blocks > max_num_of_blocks) { in pkey_mgr_update_port()
409 p_pkey_tbl->max_blocks, max_num_of_blocks, in pkey_mgr_update_port()
414 p_pkey_tbl->max_blocks = max_num_of_blocks; in pkey_mgr_update_port()