Home
last modified time | relevance | path

Searched refs:num_pds (Results 1 – 25 of 25) sorted by relevance

/Linux-v5.4/drivers/scsi/mpt3sas/
Dmpt3sas_warpdrive.c121 u8 num_pds, count; in mpt3sas_init_warpdrive_properties() local
139 &num_pds)) || !num_pds) { in mpt3sas_init_warpdrive_properties()
144 sz = offsetof(Mpi2RaidVolPage0_t, PhysDisk) + (num_pds * in mpt3sas_init_warpdrive_properties()
163 if (num_pds > MPT_MAX_WARPDRIVE_PDS) { in mpt3sas_init_warpdrive_properties()
165 raid_device->handle, num_pds, MPT_MAX_WARPDRIVE_PDS); in mpt3sas_init_warpdrive_properties()
169 for (count = 0; count < num_pds; count++) { in mpt3sas_init_warpdrive_properties()
242 for (count = 0; count < num_pds; count++) in mpt3sas_init_warpdrive_properties()
261 u8 num_pds, cmd = scmd->cmnd[0]; in mpt3sas_setup_direct_io() local
286 num_pds = raid_device->num_pds; in mpt3sas_setup_direct_io()
288 column = sector_div(p_lba, num_pds); in mpt3sas_setup_direct_io()
Dmpt3sas_config.c1613 u8 *num_pds) in mpt3sas_config_get_number_pds() argument
1622 *num_pds = 0; in mpt3sas_config_get_number_pds()
1644 *num_pds = config_page.NumPhysDisks; in mpt3sas_config_get_number_pds()
Dmpt3sas_base.h686 u8 num_pds; member
1672 u8 *num_pds);
Dmpt3sas_scsih.c2140 u8 num_pds; in _scsih_get_volume_capabilities() local
2143 &num_pds)) || !num_pds) { in _scsih_get_volume_capabilities()
2150 raid_device->num_pds = num_pds; in _scsih_get_volume_capabilities()
2151 sz = offsetof(Mpi2RaidVolPage0_t, PhysDisk) + (num_pds * in _scsih_get_volume_capabilities()
2301 !(raid_device->num_pds % 2)) in scsih_slave_configure()
2327 raid_device->num_pds, ds); in scsih_slave_configure()
/Linux-v5.4/drivers/soc/qcom/
Drpmhpd.c55 size_t num_pds; member
129 .num_pds = ARRAY_SIZE(sdm845_rpmhpds),
324 size_t num_pds; in rpmhpd_probe() local
335 num_pds = desc->num_pds; in rpmhpd_probe()
341 data->domains = devm_kcalloc(dev, num_pds, sizeof(*data->domains), in rpmhpd_probe()
346 data->num_domains = num_pds; in rpmhpd_probe()
348 for (i = 0; i < num_pds; i++) { in rpmhpd_probe()
382 for (i = 0; i < num_pds; i++) { in rpmhpd_probe()
Drpmpd.c112 size_t num_pds; member
138 .num_pds = ARRAY_SIZE(msm8996_rpmpds),
170 .num_pds = ARRAY_SIZE(msm8998_rpmpds),
196 .num_pds = ARRAY_SIZE(qcs404_rpmpds),
357 num = desc->num_pds; in rpmpd_probe()
/Linux-v5.4/drivers/infiniband/hw/hns/
Dhns_roce_pd.c50 return hns_roce_bitmap_init(&hr_dev->pd_bitmap, hr_dev->caps.num_pds, in hns_roce_init_pd_table()
51 hr_dev->caps.num_pds - 1, in hns_roce_init_pd_table()
Dhns_roce_main.c205 props->max_pd = hr_dev->caps.num_pds; in hns_roce_query_device()
Dhns_roce_device.h840 int num_pds; member
Dhns_roce_hw_v1.c1543 caps->num_pds = HNS_ROCE_V1_MAX_PD_NUM; in hns_roce_v1_profile()
Dhns_roce_hw_v2.c1663 caps->num_pds = HNS_ROCE_V2_MAX_PD_NUM; in hns_roce_v2_profile()
/Linux-v5.4/drivers/infiniband/hw/mthca/
Dmthca_pd.c72 dev->limits.num_pds, in mthca_init_pd_table()
Dmthca_profile.c257 dev->limits.num_pds = MTHCA_NUM_PDS; in mthca_make_profile()
Dmthca_dev.h170 int num_pds; member
Dmthca_provider.c106 props->max_pd = mdev->limits.num_pds - mdev->limits.reserved_pds; in mthca_query_device()
/Linux-v5.4/drivers/infiniband/hw/i40iw/
Di40iw_hw.c51 unsigned long num_pds; in i40iw_initialize_hw_resources() local
65 num_pds = I40IW_MAX_PDS; in i40iw_initialize_hw_resources()
70 resources_size += sizeof(unsigned long) * BITS_TO_LONGS(num_pds); in i40iw_initialize_hw_resources()
81 iwdev->max_pd = num_pds; in i40iw_initialize_hw_resources()
93 iwdev->allocated_arps = &iwdev->allocated_pds[BITS_TO_LONGS(num_pds)]; in i40iw_initialize_hw_resources()
/Linux-v5.4/drivers/infiniband/hw/vmw_pvrdma/
Dpvrdma_verbs.c442 if (!atomic_add_unless(&dev->num_pds, 1, dev->dsr->caps.max_pd)) in pvrdma_alloc_pd()
473 atomic_dec(&dev->num_pds); in pvrdma_alloc_pd()
500 atomic_dec(&dev->num_pds); in pvrdma_dealloc_pd()
Dpvrdma.h244 atomic_t num_pds; member
Dpvrdma_main.c118 atomic_set(&dev->num_pds, 0); in pvrdma_init_device()
/Linux-v5.4/drivers/remoteproc/
Dqcom_q6v5_mss.c1273 size_t num_pds = 0; in q6v5_pds_attach() local
1280 while (pd_names[num_pds]) in q6v5_pds_attach()
1281 num_pds++; in q6v5_pds_attach()
1283 for (i = 0; i < num_pds; i++) { in q6v5_pds_attach()
1291 return num_pds; in q6v5_pds_attach()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx4/
Dpd.c122 return mlx4_bitmap_init(&priv->pd_bitmap, dev->caps.num_pds, in mlx4_init_pd_table()
Dprofile.c266 dev->caps.num_pds = MLX4_NUM_PDS; in mlx4_make_profile()
Dmain.c1009 dev->caps.num_pds = MLX4_NUM_PDS; in mlx4_slave_cap()
/Linux-v5.4/include/linux/mlx4/
Ddevice.h589 int num_pds; member
/Linux-v5.4/drivers/infiniband/hw/mlx4/
Dmain.c528 props->max_pd = dev->dev->caps.num_pds - dev->dev->caps.reserved_pds; in mlx4_ib_query_device()