Searched refs:uo_id (Results 1 - 6 of 6) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_uobj.c181 uobj->uo_id = -1;
274 * uobj - The user object "uo_id" is updated and should be
303 uobj->uo_id = j + (i *
376 uobj->uo_id = empty * SOL_OFS_UO_BLKSZ;
434 i = uobj->uo_id / SOL_OFS_UO_BLKSZ;
435 j = uobj->uo_id % SOL_OFS_UO_BLKSZ;
440 uobj->uo_id);
450 uobj->uo_id);
457 uobj->uo_id);
486 * uo_id
501 ofs_uobj_find(sol_ofs_uobj_table_t *uo_tbl, uint32_t uo_id, int add_ref) argument
581 sol_ofs_uobj_get_read(sol_ofs_uobj_table_t *tbl, uint32_t uo_id) argument
621 sol_ofs_uobj_get_write(sol_ofs_uobj_table_t *tbl, uint32_t uo_id) argument
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/sys/ib/clients/of/sol_ofs/
H A Dsol_ofs_common.h72 uint32_t uo_id; member in struct:__anon8021
/opensolaris-onvv-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs.c1381 async_uctxt->uctxt_verbs_id = uctxt->uobj.uo_id +
1486 resp.pd_handle = upd->uobj.uo_id;
2145 resp.mr_handle = umr->uobj.uo_id;
2399 compl_uctxt->uctxt_verbs_id = uctxt->uobj.uo_id +
2706 uctxt->uobj.uo_id + SOL_UVERBS_DRIVER_MAX_MINOR);
2710 uctxt->uobj.uo_id + SOL_UVERBS_DRIVER_MAX_MINOR);
2745 * the uo_id in the user object that matches the qp_num
2747 * Find the uo_id of the user object which mapped to the input qp_num
2775 qp_num, uobj->uo_id);
2776 return (uobj->uo_id);
[all...]
H A Dsol_uverbs_comp.c259 if (compl_uctxt->uctxt_verbs_id != uctxt->uobj.uo_id +
329 resp.cq_handle = ucq->uobj.uo_id;
H A Dsol_uverbs_qp.c533 resp.qp_handle = uqp->uobj.uo_id;
1944 resp.srq_handle = usrq->uobj.uo_id;
/opensolaris-onvv-gate/usr/src/uts/common/io/ib/clients/of/sol_ucma/
H A Dsol_ucma.c1495 mcastp->mcast_id = join_resp.id = mcastp->mcast_uobj.uo_id;
1782 (new_file->file_uobj).uo_id, new_file);
1793 *new_minorp = (minor_t)((new_file->file_uobj).uo_id);
1820 "chan_num %x, new_chan %p", filep, (new_chanp->chan_uobj).uo_id,
1825 new_chanp->chan_id = (new_chanp->chan_uobj).uo_id;

Completed in 125 milliseconds