/Linux-v5.4/drivers/scsi/mpt3sas/ |
D | mpt3sas_warpdrive.c | 121 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()
|
D | mpt3sas_config.c | 1613 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()
|
D | mpt3sas_base.h | 686 u8 num_pds; member 1672 u8 *num_pds);
|
D | mpt3sas_scsih.c | 2140 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/ |
D | rpmhpd.c | 55 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()
|
D | rpmpd.c | 112 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/ |
D | hns_roce_pd.c | 50 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()
|
D | hns_roce_main.c | 205 props->max_pd = hr_dev->caps.num_pds; in hns_roce_query_device()
|
D | hns_roce_device.h | 840 int num_pds; member
|
D | hns_roce_hw_v1.c | 1543 caps->num_pds = HNS_ROCE_V1_MAX_PD_NUM; in hns_roce_v1_profile()
|
D | hns_roce_hw_v2.c | 1663 caps->num_pds = HNS_ROCE_V2_MAX_PD_NUM; in hns_roce_v2_profile()
|
/Linux-v5.4/drivers/infiniband/hw/mthca/ |
D | mthca_pd.c | 72 dev->limits.num_pds, in mthca_init_pd_table()
|
D | mthca_profile.c | 257 dev->limits.num_pds = MTHCA_NUM_PDS; in mthca_make_profile()
|
D | mthca_dev.h | 170 int num_pds; member
|
D | mthca_provider.c | 106 props->max_pd = mdev->limits.num_pds - mdev->limits.reserved_pds; in mthca_query_device()
|
/Linux-v5.4/drivers/infiniband/hw/i40iw/ |
D | i40iw_hw.c | 51 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/ |
D | pvrdma_verbs.c | 442 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()
|
D | pvrdma.h | 244 atomic_t num_pds; member
|
D | pvrdma_main.c | 118 atomic_set(&dev->num_pds, 0); in pvrdma_init_device()
|
/Linux-v5.4/drivers/remoteproc/ |
D | qcom_q6v5_mss.c | 1273 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/ |
D | pd.c | 122 return mlx4_bitmap_init(&priv->pd_bitmap, dev->caps.num_pds, in mlx4_init_pd_table()
|
D | profile.c | 266 dev->caps.num_pds = MLX4_NUM_PDS; in mlx4_make_profile()
|
D | main.c | 1009 dev->caps.num_pds = MLX4_NUM_PDS; in mlx4_slave_cap()
|
/Linux-v5.4/include/linux/mlx4/ |
D | device.h | 589 int num_pds; member
|
/Linux-v5.4/drivers/infiniband/hw/mlx4/ |
D | main.c | 528 props->max_pd = dev->dev->caps.num_pds - dev->dev->caps.reserved_pds; in mlx4_ib_query_device()
|