Searched refs:cno_hkey (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/clients/daplt/
H A Ddaplt_if.h665 uint64_t cno_hkey; /* CNO hash key */ member in struct:dapl_cno_alloc_s
/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_ibtf_util.c109 " cno_hkey 0x%llx, cq_size %d\n", evd_ptr,
1817 "modify_cno: evd 0x%p, hkey 0x%llx, cno 0x%p, cno_hkey 0x%llx\n",
1897 cno_ptr->ib_cno_handle = (ib_cno_handle_t)args.cno_hkey;
1900 cno_ptr, ia_ptr, args.cno_hkey);
/illumos-gate/usr/src/uts/common/io/ib/clients/daplt/
H A Ddaplt.c2625 * if the client specified a non-zero cno_hkey, we
3678 * 1. allocate a CNO. this returns a cno_hkey that identifies the CNO.
3679 * 2. create one or more EVDs using the returned cno_hkey.
3698 * the returned cno_hkey may subsequently be used in evd_create.
3707 uint64_t cno_hkey = 0; local
3726 &cno_hkey, (void *)cno_rp);
3735 args.cno_hkey = cno_hkey;
3750 (void) daplka_hash_remove(&ia_rp->ia_cno_htbl, cno_hkey,

Completed in 66 milliseconds