Searched refs:pd_handle (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/include/uapi/rdma/ |
D | ib_user_verbs.h | 264 __u32 pd_handle; member 268 __u32 pd_handle; member 291 __u32 pd_handle; member 309 __u32 pd_handle; member 324 __u32 pd_handle; member 484 __u32 pd_handle; member 503 __u32 pd_handle; member 716 __u32 pd_handle; member 843 __u32 pd_handle; member 854 __u32 pd_handle; member
|
/linux-4.1.27/drivers/infiniband/core/ |
D | uverbs_cmd.c | 209 static struct ib_pd *idr_read_pd(int pd_handle, struct ib_ucontext *context) in idr_read_pd() argument 211 return idr_read_obj(&ib_uverbs_pd_idr, pd_handle, context, 0); in idr_read_pd() 573 resp.pd_handle = uobj->id; in ib_uverbs_alloc_pd() 613 uobj = idr_write_uobj(&ib_uverbs_pd_idr, cmd.pd_handle, file->ucontext); in ib_uverbs_dealloc_pd() 972 pd = idr_read_pd(cmd.pd_handle, file->ucontext); in ib_uverbs_reg_mr() 1091 pd = idr_read_pd(cmd.pd_handle, file->ucontext); in ib_uverbs_rereg_mr() 1200 pd = idr_read_pd(cmd.pd_handle, file->ucontext); in ib_uverbs_alloc_mw() 1661 xrcd = idr_read_xrcd(cmd.pd_handle, file->ucontext, &xrcd_uobj); in ib_uverbs_create_qp() 1690 pd = idr_read_pd(cmd.pd_handle, file->ucontext); in ib_uverbs_create_qp() 1847 xrcd = idr_read_xrcd(cmd.pd_handle, file->ucontext, &xrcd_uobj); in ib_uverbs_open_qp() [all …]
|
/linux-4.1.27/drivers/scsi/mpt2sas/ |
D | mpt2sas_base.h | 424 u16 pd_handle[MPT_MAX_WARPDRIVE_PDS]; member 1157 int mpt2sas_config_get_volume_handle(struct MPT2SAS_ADAPTER *ioc, u16 pd_handle,
|
D | mpt2sas_config.c | 1424 mpt2sas_config_get_volume_handle(struct MPT2SAS_ADAPTER *ioc, u16 pd_handle, in mpt2sas_config_get_volume_handle() argument 1482 if (phys_disk_dev_handle == pd_handle) { in mpt2sas_config_get_volume_handle()
|
D | mpt2sas_scsih.c | 1858 raid_device->pd_handle[count] = le16_to_cpu(pd_pg0.DevHandle); in _scsih_init_warpdrive_properties() 1916 raid_device->pd_handle[count] = 0; in _scsih_init_warpdrive_properties() 3876 mpi_request->DevHandle = cpu_to_le16(raid_device->pd_handle[column]); in _scsih_setup_direct_io()
|
/linux-4.1.27/drivers/scsi/mpt3sas/ |
D | mpt3sas_config.c | 1582 mpt3sas_config_get_volume_handle(struct MPT3SAS_ADAPTER *ioc, u16 pd_handle, in mpt3sas_config_get_volume_handle() argument 1641 if (phys_disk_dev_handle == pd_handle) { in mpt3sas_config_get_volume_handle()
|
D | mpt3sas_base.h | 1125 int mpt3sas_config_get_volume_handle(struct MPT3SAS_ADAPTER *ioc, u16 pd_handle,
|