Searched refs:pd_handle (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/ofed/include/uapi/rdma/ |
H A D | ib_user_verbs.h | 320 __u32 pd_handle; member 325 __u32 pd_handle; member 349 __u32 pd_handle; member 368 __u32 pd_handle; member 385 __u32 pd_handle; member 569 __u32 pd_handle; member 609 __u32 pd_handle; member 631 __u32 pd_handle; member 877 __u32 pd_handle; member 1168 __u32 pd_handle; member [all …]
|
/freebsd/contrib/ofed/libibverbs/ |
H A D | kern-abi.h | 339 __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 …]
|
H A D | cmd.c | 294 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() 693 cmd->pd_handle = attr_ex->pd->handle; in ibv_cmd_create_srq_ex() 869 cmd->pd_handle = vxrcd->handle; in create_qp_ex_common() 874 cmd->pd_handle = qp_attr->pd->handle; in create_qp_ex_common() 1108 cmd->pd_handle = pd->handle; in ibv_cmd_create_qp() [all …]
|
/freebsd/stand/efi/libefi/ |
H A D | efizfs.c | 116 insert_zfs(pd->pd_handle, guid); in efi_zfs_probe() 117 if (pd->pd_handle == boot_img->DeviceHandle) in efi_zfs_probe()
|
H A D | efipart.c | 167 return (pd->pd_handle == h || pd->pd_alias == h); in same_handle() 406 pd->pd_handle = hin[i]; in efipart_inithandles() 488 parent->pd_alias = fd->pd_handle; in efipart_initfd() 805 h = pd->pd_handle; in efipart_print_common() 901 status = OpenProtocolByHandle(pd->pd_handle, &blkio_guid, in efipart_open()
|
/freebsd/sys/dev/mana/ |
H A D | gdma.h | 771 gdma_obj_handle_t pd_handle; member 778 gdma_obj_handle_t pd_handle; member 794 gdma_obj_handle_t pd_handle; member 807 gdma_obj_handle_t pd_handle; member
|
/freebsd/stand/efi/include/ |
H A D | efilib.h | 54 EFI_HANDLE pd_handle; member
|
/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_uverbs_cmd.c | 451 resp.pd_handle = uobj->id; in ib_uverbs_alloc_pd() 479 return uobj_perform_destroy(UVERBS_OBJECT_PD, cmd.pd_handle, attrs); in ib_uverbs_dealloc_pd() 737 pd = uobj_get_obj_read(pd, UVERBS_OBJECT_PD, cmd.pd_handle, attrs); in ib_uverbs_reg_mr() 835 pd = uobj_get_obj_read(pd, UVERBS_OBJECT_PD, cmd.pd_handle, in ib_uverbs_rereg_mr() 903 pd = uobj_get_obj_read(pd, UVERBS_OBJECT_PD, cmd.pd_handle, attrs); in ib_uverbs_alloc_mw() 1320 xrcd_uobj = uobj_get_read(UVERBS_OBJECT_XRCD, cmd->pd_handle, in create_qp() 1366 pd = uobj_get_obj_read(pd, UVERBS_OBJECT_PD, cmd->pd_handle, in create_qp() 1518 cmd_ex.pd_handle = cmd.pd_handle; in ib_uverbs_create_qp() 1573 xrcd_uobj = uobj_get_read(UVERBS_OBJECT_XRCD, cmd.pd_handle, attrs); in ib_uverbs_open_qp() 2419 pd = uobj_get_obj_read(pd, UVERBS_OBJECT_PD, cmd.pd_handle, attrs); in ib_uverbs_create_ah() [all …]
|
/freebsd/stand/efi/loader/ |
H A D | main.c | 318 if (efizfs_get_guid_by_handle(pp->pd_handle, &guid)) in try_as_currdev() 1953 loaded_image->DeviceHandle = hd->pd_handle; in command_chain() 1963 pd->pd_handle; in command_chain()
|