Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_pkey.c99 p_pkey_tbl->last_pkey_idx = 0; in osm_pkey_tbl_init()
201 if (pkey_idx >= p_pkey_tbl->last_pkey_idx) in osm_pkey_tbl_set_accum_pkeys()
202 p_pkey_tbl->last_pkey_idx = pkey_idx + 1; in osm_pkey_tbl_set_accum_pkeys()
223 uint16_t pkey_idx, last_pkey_idx = 0; in osm_pkey_find_last_accum_pkey_index() local
231 if (pkey_idx > last_pkey_idx) in osm_pkey_find_last_accum_pkey_index()
232 last_pkey_idx = pkey_idx; in osm_pkey_find_last_accum_pkey_index()
235 p_pkey_tbl->last_pkey_idx = last_pkey_idx; in osm_pkey_find_last_accum_pkey_index()
H A Dosm_pkey_mgr.c352 if (p_pkey_tbl->last_pkey_idx == pkey_idx) in clear_accum_pkey_index()
364 if (p_pkey_tbl->last_pkey_idx) { in last_accum_pkey_index()
365 *p_block_idx = (p_pkey_tbl->last_pkey_idx - 1) / IB_NUM_PKEY_ELEMENTS_IN_BLOCK; in last_accum_pkey_index()
366 *p_pkey_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.h90 uint16_t last_pkey_idx; member