Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/ofed/include/uapi/rdma/
HDib_user_verbs.h294 __u32 pd_handle; member
298 __u32 pd_handle; member
321 __u32 pd_handle; member
339 __u32 pd_handle; member
354 __u32 pd_handle; member
530 __u32 pd_handle; member
556 __u32 pd_handle; member
578 __u32 pd_handle; member
797 __u32 pd_handle; member
951 __u32 pd_handle; member
[all …]
/freebsd-13-stable/contrib/ofed/libibverbs/
HDkern-abi.h339 __u32 pd_handle; member
346 __u32 pd_handle; member
378 __u32 pd_handle; member
399 __u32 pd_handle; member
421 __u32 pd_handle; member
620 __u32 pd_handle; \
653 __u32 pd_handle; member
1039 __u32 pd_handle; member
1101 __u32 pd_handle; member
1115 __u32 pd_handle; member
[all …]
HDcmd.c294 pd->handle = resp->pd_handle; in ibv_cmd_alloc_pd()
305 cmd.pd_handle = pd->handle; in ibv_cmd_dealloc_pd()
370 cmd->pd_handle = pd->handle; in ibv_cmd_reg_mr()
399 cmd->pd_handle = (flags & IBV_REREG_MR_CHANGE_PD) ? pd->handle : 0; in ibv_cmd_rereg_mr()
434 cmd->pd_handle = pd->handle; in ibv_cmd_alloc_mw()
647 cmd->pd_handle = pd->handle; in ibv_cmd_create_srq()
692 cmd->pd_handle = attr_ex->pd->handle; in ibv_cmd_create_srq_ex()
852 cmd->pd_handle = vxrcd->handle; in create_qp_ex_common()
857 cmd->pd_handle = qp_attr->pd->handle; in create_qp_ex_common()
1045 cmd->pd_handle = pd->handle; in ibv_cmd_create_qp()
[all …]
/freebsd-13-stable/stand/efi/libefi/
HDefizfs.c117 insert_zfs(pd->pd_handle, guid); in efi_zfs_probe()
118 if (pd->pd_handle == boot_img->DeviceHandle) in efi_zfs_probe()
HDefipart.c168 return (pd->pd_handle == h || pd->pd_alias == h); in same_handle()
407 pd->pd_handle = hin[i]; in efipart_inithandles()
489 parent->pd_alias = fd->pd_handle; in efipart_initfd()
806 h = pd->pd_handle; in efipart_print_common()
902 status = OpenProtocolByHandle(pd->pd_handle, &blkio_guid, in efipart_open()
/freebsd-13-stable/stand/efi/include/
HDefilib.h54 EFI_HANDLE pd_handle; member
/freebsd-13-stable/sys/ofed/drivers/infiniband/core/
HDib_uverbs_cmd.c219 static struct ib_pd *idr_read_pd(int pd_handle, struct ib_ucontext *context) in idr_read_pd() argument
221 return idr_read_obj(&ib_uverbs_pd_idr, pd_handle, context, 0); in idr_read_pd()
590 resp.pd_handle = uobj->id; in ib_uverbs_alloc_pd()
632 uobj = idr_write_uobj(&ib_uverbs_pd_idr, cmd.pd_handle, file->ucontext); in ib_uverbs_dealloc_pd()
998 pd = idr_read_pd(cmd.pd_handle, file->ucontext); in ib_uverbs_reg_mr()
1114 pd = idr_read_pd(cmd.pd_handle, file->ucontext); in ib_uverbs_rereg_mr()
1221 pd = idr_read_pd(cmd.pd_handle, file->ucontext); in ib_uverbs_alloc_mw()
1828 xrcd = idr_read_xrcd(cmd->pd_handle, file->ucontext, in create_qp()
1865 pd = idr_read_pd(cmd->pd_handle, file->ucontext); in create_qp()
2062 cmd_ex.pd_handle = cmd.pd_handle; in ib_uverbs_create_qp()
[all …]
/freebsd-13-stable/stand/efi/loader/
HDmain.c310 if (efizfs_get_guid_by_handle(pp->pd_handle, &guid)) in try_as_currdev()
1655 loaded_image->DeviceHandle = hd->pd_handle; in command_chain()
1665 pd->pd_handle; in command_chain()