Searched refs:pd_handle (Results 1 - 15 of 15) sorted by relevance

/linux-master/drivers/infiniband/hw/vmw_pvrdma/
H A Dpvrdma_mr.c81 cmd->pd_handle = to_vpd(pd)->pd_handle;
169 cmd->pd_handle = to_vpd(pd)->pd_handle;
240 cmd->pd_handle = to_vpd(pd)->pd_handle;
H A Dpvrdma_dev_api.h444 u32 pd_handle; member in struct:pvrdma_cmd_create_pd_resp
450 u32 pd_handle; member in struct:pvrdma_cmd_destroy_pd
459 u32 pd_handle; member in struct:pvrdma_cmd_create_mr
515 u32 pd_handle; member in struct:pvrdma_cmd_create_srq
555 u32 pd_handle; member in struct:pvrdma_cmd_create_qp
H A Dpvrdma_verbs.c456 pd->pd_handle = resp->pd_handle;
457 pd->pdn = resp->pd_handle;
458 pd_resp.pdn = resp->pd_handle;
492 cmd->pd_handle = to_vpd(pd)->pd_handle;
532 ah->av.port_pd = to_vpd(ibah->pd)->pd_handle | (port_num << 24);
H A Dpvrdma_srq.c177 cmd->pd_handle = to_vpd(ibsrq->pd)->pd_handle;
H A Dpvrdma.h130 u32 pd_handle; member in struct:pvrdma_pd
H A Dpvrdma_qp.c358 cmd->pd_handle = to_vpd(ibqp->pd)->pd_handle;
/linux-master/drivers/infiniband/hw/mana/
H A Dmr.c38 req.pd_handle = mr_params->pd_handle;
141 mr_params.pd_handle = pd->pd_handle;
H A Dmain.c99 pd->pd_handle = resp.pd_handle;
101 ibdev_dbg(&dev->ib_dev, "pd_handle 0x%llx pd_id %d\n",
102 pd->pd_handle, pd->pdn);
125 req.pd_handle = pd->pd_handle;
131 "Failed to destroy pd_handle 0x%llx err %d status %u",
132 pd->pd_handle, err, resp.hdr.status);
H A Dmana_ib.h74 mana_handle_t pd_handle; member in struct:mana_ib_pd
/linux-master/include/uapi/rdma/
H A Dib_user_verbs.h327 __u32 pd_handle; member in struct:ib_uverbs_alloc_pd_resp
332 __u32 pd_handle; member in struct:ib_uverbs_dealloc_pd
356 __u32 pd_handle; member in struct:ib_uverbs_reg_mr
375 __u32 pd_handle; member in struct:ib_uverbs_rereg_mr
392 __u32 pd_handle; member in struct:ib_uverbs_alloc_mw
589 __u32 pd_handle; member in struct:ib_uverbs_create_qp
615 __u32 pd_handle; member in struct:ib_uverbs_ex_create_qp
637 __u32 pd_handle; member in struct:ib_uverbs_open_qp
885 __u32 pd_handle; member in struct:ib_uverbs_create_ah
1176 __u32 pd_handle; member in struct:ib_uverbs_create_srq
1187 __u32 pd_handle; member in struct:ib_uverbs_create_xsrq
1241 __u32 pd_handle; member in struct:ib_uverbs_ex_create_wq
[all...]
/linux-master/drivers/scsi/mpt3sas/
H A Dmpt3sas_warpdrive.c189 raid_device->pd_handle[count] = le16_to_cpu(pd_pg0.DevHandle);
242 raid_device->pd_handle[count] = 0;
289 mpi_request->DevHandle = cpu_to_le16(raid_device->pd_handle[column]);
H A Dmpt3sas_base.h710 * @pd_handle: Array of handles of the physical drives for direct I/O in le16
732 u16 pd_handle[MPT_MAX_WARPDRIVE_PDS]; member in struct:_raid_device
1256 * @pd_handles_sz : size of pd_handle bitmask
1951 int mpt3sas_config_get_volume_handle(struct MPT3SAS_ADAPTER *ioc, u16 pd_handle,
H A Dmpt3sas_config.c2683 * @pd_handle: phys disk handle
2690 mpt3sas_config_get_volume_handle(struct MPT3SAS_ADAPTER *ioc, u16 pd_handle, argument
2749 if (phys_disk_dev_handle == pd_handle) {
/linux-master/include/net/mana/
H A Dgdma.h775 u64 pd_handle; member in struct:gdma_create_pd_resp
782 u64 pd_handle; member in struct:gdma_destroy_pd_req
798 u64 pd_handle; member in struct:gdma_create_mr_params
811 u64 pd_handle; member in struct:gdma_create_mr_request
/linux-master/drivers/infiniband/core/
H A Duverbs_cmd.c457 resp.pd_handle = uobj->id;
477 return uobj_perform_destroy(UVERBS_OBJECT_PD, cmd.pd_handle, attrs);
720 pd = uobj_get_obj_read(pd, UVERBS_OBJECT_PD, cmd.pd_handle, attrs);
810 new_pd = uobj_get_obj_read(pd, UVERBS_OBJECT_PD, cmd.pd_handle,
921 pd = uobj_get_obj_read(pd, UVERBS_OBJECT_PD, cmd.pd_handle, attrs);
1341 xrcd_uobj = uobj_get_read(UVERBS_OBJECT_XRCD, cmd->pd_handle,
1387 pd = uobj_get_obj_read(pd, UVERBS_OBJECT_PD, cmd->pd_handle,
1515 cmd_ex.pd_handle = cmd.pd_handle;
1570 xrcd_uobj = uobj_get_read(UVERBS_OBJECT_XRCD, cmd.pd_handle, attr
[all...]

Completed in 431 milliseconds