Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/librdmacm/
H A Dcma.c1095 __be16 chk_pkey; in ucma_find_pkey() local
1098 ret = ibv_query_pkey(cma_dev->verbs, port_num, i, &chk_pkey); in ucma_find_pkey()
1099 if (!ret && pkey == chk_pkey) { in ucma_find_pkey()