Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/infiniband/hw/vmw_pvrdma/
Dpvrdma_mr.c81 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()
Dpvrdma_verbs.c456 pd->pd_handle = resp->pd_handle; in pvrdma_alloc_pd()
457 pd->pdn = resp->pd_handle; in pvrdma_alloc_pd()
458 pd_resp.pdn = resp->pd_handle; in pvrdma_alloc_pd()
492 cmd->pd_handle = to_vpd(pd)->pd_handle; in pvrdma_dealloc_pd()
532 ah->av.port_pd = to_vpd(ibah->pd)->pd_handle | (port_num << 24); in pvrdma_create_ah()
Dpvrdma_dev_api.h444 u32 pd_handle; member
450 u32 pd_handle; member
459 u32 pd_handle; member
515 u32 pd_handle; member
555 u32 pd_handle; member
Dpvrdma_srq.c177 cmd->pd_handle = to_vpd(ibsrq->pd)->pd_handle; in pvrdma_create_srq()
Dpvrdma.h130 u32 pd_handle; member
Dpvrdma_qp.c365 cmd->pd_handle = to_vpd(pd)->pd_handle; in pvrdma_create_qp()
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/rdma/
Dib_user_verbs.h242 __u32 pd_handle; member
246 __u32 pd_handle; member
266 __u32 pd_handle; member
283 __u32 pd_handle; member
297 __u32 pd_handle; member
466 __u32 pd_handle; member
495 __u32 pd_handle; member
516 __u32 pd_handle; member
729 __u32 pd_handle; member
971 __u32 pd_handle; member
[all …]
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/rdma/
Dib_user_verbs.h232 __u32 pd_handle; member
235 __u32 pd_handle; member
254 __u32 pd_handle; member
270 __u32 pd_handle; member
282 __u32 pd_handle; member
439 __u32 pd_handle; member
470 __u32 pd_handle; member
491 __u32 pd_handle; member
706 __u32 pd_handle; member
950 __u32 pd_handle; member
[all …]
/kernel/linux/linux-5.10/include/uapi/rdma/
Dib_user_verbs.h315 __u32 pd_handle; member
320 __u32 pd_handle; member
344 __u32 pd_handle; member
363 __u32 pd_handle; member
380 __u32 pd_handle; member
575 __u32 pd_handle; member
615 __u32 pd_handle; member
637 __u32 pd_handle; member
883 __u32 pd_handle; member
1174 __u32 pd_handle; member
[all …]
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/
Dmpt3sas_warpdrive.c190 raid_device->pd_handle[count] = le16_to_cpu(pd_pg0.DevHandle); in mpt3sas_init_warpdrive_properties()
243 raid_device->pd_handle[count] = 0; in mpt3sas_init_warpdrive_properties()
290 mpi_request->DevHandle = cpu_to_le16(raid_device->pd_handle[column]); in mpt3sas_setup_direct_io()
Dmpt3sas_base.h711 u16 pd_handle[MPT_MAX_WARPDRIVE_PDS]; member
1733 int mpt3sas_config_get_volume_handle(struct MPT3SAS_ADAPTER *ioc, u16 pd_handle,
Dmpt3sas_config.c1756 mpt3sas_config_get_volume_handle(struct MPT3SAS_ADAPTER *ioc, u16 pd_handle, in mpt3sas_config_get_volume_handle() argument
1815 if (phys_disk_dev_handle == pd_handle) { in mpt3sas_config_get_volume_handle()
/kernel/linux/linux-5.10/drivers/infiniband/core/
Duverbs_cmd.c457 resp.pd_handle = uobj->id; in ib_uverbs_alloc_pd()
477 return uobj_perform_destroy(UVERBS_OBJECT_PD, cmd.pd_handle, attrs); in ib_uverbs_dealloc_pd()
721 pd = uobj_get_obj_read(pd, UVERBS_OBJECT_PD, cmd.pd_handle, attrs); in ib_uverbs_reg_mr()
814 pd = uobj_get_obj_read(pd, UVERBS_OBJECT_PD, cmd.pd_handle, in ib_uverbs_rereg_mr()
887 pd = uobj_get_obj_read(pd, UVERBS_OBJECT_PD, cmd.pd_handle, attrs); in ib_uverbs_alloc_mw()
1307 xrcd_uobj = uobj_get_read(UVERBS_OBJECT_XRCD, cmd->pd_handle, in create_qp()
1353 pd = uobj_get_obj_read(pd, UVERBS_OBJECT_PD, cmd->pd_handle, in create_qp()
1507 cmd_ex.pd_handle = cmd.pd_handle; in ib_uverbs_create_qp()
1562 xrcd_uobj = uobj_get_read(UVERBS_OBJECT_XRCD, cmd.pd_handle, attrs); in ib_uverbs_open_qp()
2402 pd = uobj_get_obj_read(pd, UVERBS_OBJECT_PD, cmd.pd_handle, attrs); in ib_uverbs_create_ah()
[all …]