| /linux-6.15/drivers/infiniband/hw/mana/ |
| H A D | mr.c | 40 req.pd_handle = mr_params->pd_handle; in mana_ib_gd_create_mr() 146 mr_params.pd_handle = pd->pd_handle; in mana_ib_reg_user_mr() 215 mr_params.pd_handle = pd->pd_handle; in mana_ib_reg_user_mr_dmabuf() 263 mr_params.pd_handle = pd->pd_handle; in mana_ib_get_dma_mr()
|
| H A D | main.c | 102 pd->pd_handle = resp.pd_handle; in mana_ib_alloc_pd() 105 pd->pd_handle, pd->pdn); in mana_ib_alloc_pd() 128 req.pd_handle = pd->pd_handle; in mana_ib_dealloc_pd() 135 pd->pd_handle, err, resp.hdr.status); in mana_ib_dealloc_pd() 981 req.pd_handle = pd->pd_handle; in mana_ib_gd_create_rc_qp() 1040 req.pd_handle = pd->pd_handle; in mana_ib_gd_create_ud_qp()
|
| H A D | mana_ib.h | 96 mana_handle_t pd_handle; member 336 mana_handle_t pd_handle; member 370 mana_handle_t pd_handle; member
|
| /linux-6.15/drivers/infiniband/hw/vmw_pvrdma/ |
| H A D | pvrdma_mr.c | 81 cmd->pd_handle = to_vpd(pd)->pd_handle; in pvrdma_get_dma_mr() 169 cmd->pd_handle = to_vpd(pd)->pd_handle; in pvrdma_reg_user_mr() 240 cmd->pd_handle = to_vpd(pd)->pd_handle; in pvrdma_alloc_mr()
|
| H A D | pvrdma_verbs.c | 428 pd->pd_handle = resp->pd_handle; in pvrdma_alloc_pd() 429 pd->pdn = resp->pd_handle; in pvrdma_alloc_pd() 430 pd_resp.pdn = resp->pd_handle; in pvrdma_alloc_pd() 464 cmd->pd_handle = to_vpd(pd)->pd_handle; in pvrdma_dealloc_pd() 504 ah->av.port_pd = to_vpd(ibah->pd)->pd_handle | (port_num << 24); in pvrdma_create_ah()
|
| H A D | pvrdma_dev_api.h | 444 u32 pd_handle; member 450 u32 pd_handle; member 459 u32 pd_handle; member 515 u32 pd_handle; member 555 u32 pd_handle; member
|
| H A D | pvrdma_srq.c | 177 cmd->pd_handle = to_vpd(ibsrq->pd)->pd_handle; in pvrdma_create_srq()
|
| H A D | pvrdma.h | 130 u32 pd_handle; member
|
| H A D | pvrdma_qp.c | 358 cmd->pd_handle = to_vpd(ibqp->pd)->pd_handle; in pvrdma_create_qp()
|
| /linux-6.15/include/uapi/rdma/ |
| H A D | ib_user_verbs.h | 327 __u32 pd_handle; member 332 __u32 pd_handle; member 356 __u32 pd_handle; member 375 __u32 pd_handle; member 392 __u32 pd_handle; member 589 __u32 pd_handle; member 615 __u32 pd_handle; member 637 __u32 pd_handle; member 885 __u32 pd_handle; member 1176 __u32 pd_handle; member [all …]
|
| /linux-6.15/drivers/scsi/mpt3sas/ |
| H A D | mpt3sas_warpdrive.c | 189 raid_device->pd_handle[count] = le16_to_cpu(pd_pg0.DevHandle); in mpt3sas_init_warpdrive_properties() 242 raid_device->pd_handle[count] = 0; in mpt3sas_init_warpdrive_properties() 289 mpi_request->DevHandle = cpu_to_le16(raid_device->pd_handle[column]); in mpt3sas_setup_direct_io()
|
| H A D | mpt3sas_base.h | 732 u16 pd_handle[MPT_MAX_WARPDRIVE_PDS]; member 1943 int mpt3sas_config_get_volume_handle(struct MPT3SAS_ADAPTER *ioc, u16 pd_handle,
|
| H A D | mpt3sas_config.c | 2611 mpt3sas_config_get_volume_handle(struct MPT3SAS_ADAPTER *ioc, u16 pd_handle, in mpt3sas_config_get_volume_handle() argument 2670 if (phys_disk_dev_handle == pd_handle) { in mpt3sas_config_get_volume_handle()
|
| /linux-6.15/include/net/mana/ |
| H A D | gdma.h | 793 u64 pd_handle; member 800 u64 pd_handle; member 821 u64 pd_handle; member 834 u64 pd_handle; member
|
| /linux-6.15/drivers/infiniband/core/ |
| H A D | uverbs_cmd.c | 476 resp.pd_handle = uobj->id; in ib_uverbs_alloc_pd() 496 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() 827 new_pd = uobj_get_obj_read(pd, UVERBS_OBJECT_PD, cmd.pd_handle, in ib_uverbs_rereg_mr() 938 pd = uobj_get_obj_read(pd, UVERBS_OBJECT_PD, cmd.pd_handle, attrs); in ib_uverbs_alloc_mw() 1358 xrcd_uobj = uobj_get_read(UVERBS_OBJECT_XRCD, cmd->pd_handle, in create_qp() 1412 pd = uobj_get_obj_read(pd, UVERBS_OBJECT_PD, cmd->pd_handle, in create_qp() 1540 cmd_ex.pd_handle = cmd.pd_handle; in ib_uverbs_create_qp() 2440 pd = uobj_get_obj_read(pd, UVERBS_OBJECT_PD, cmd.pd_handle, attrs); in ib_uverbs_create_ah() 2932 pd = uobj_get_obj_read(pd, UVERBS_OBJECT_PD, cmd.pd_handle, attrs); in ib_uverbs_ex_create_wq() [all …]
|