Searched refs:pd_index (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_hmc.c | 104 u32 pd_index, in i40e_add_pd_table_entry() argument 116 if (pd_index / I40E_HMC_PD_CNT_IN_SD >= hmc_info->sd_table.sd_cnt) { in i40e_add_pd_table_entry() 123 sd_idx = (pd_index / I40E_HMC_PD_CNT_IN_SD); in i40e_add_pd_table_entry() 128 rel_pd_idx = (pd_index % I40E_HMC_PD_CNT_IN_SD); in i40e_add_pd_table_entry() 146 pd_entry->bp.sd_pd_index = pd_index; in i40e_add_pd_table_entry()
|
| H A D | i40e_hmc.h | 183 #define I40E_FIND_PD_INDEX_LIMIT(hmc_info, type, idx, cnt, pd_index, pd_limit)\ argument 189 *(pd_index) = (u32)(fpm_adr / I40E_HMC_PAGED_BP_SIZE); \ 202 u32 pd_index,
|
| /linux/drivers/iommu/ |
| H A D | tegra-smmu.c | 562 unsigned int pd_index = iova_pd_index(iova); in tegra_smmu_set_pde() local 564 u32 *pd = &as->pd->val[pd_index]; in tegra_smmu_set_pde() 565 unsigned long offset = pd_index * sizeof(*pd); in tegra_smmu_set_pde() 588 unsigned int pd_index = iova_pd_index(iova); in tegra_smmu_pte_lookup() local 592 pt = as->pts[pd_index]; in tegra_smmu_pte_lookup() 596 *dmap = smmu_pde_to_dma(smmu, as->pd->val[pd_index]); in tegra_smmu_pte_lookup() 639 unsigned int pd_index = iova_pd_index(iova); in tegra_smmu_pte_get_use() local 641 as->count[pd_index]++; in tegra_smmu_pte_get_use()
|
| /linux/drivers/infiniband/hw/irdma/ |
| H A D | hmc.c | 552 struct irdma_hmc_info *hmc_info, u32 pd_index, in irdma_add_pd_table_entry() argument 563 if (pd_index / IRDMA_HMC_PD_CNT_IN_SD >= hmc_info->sd_table.sd_cnt) in irdma_add_pd_table_entry() 566 sd_idx = (pd_index / IRDMA_HMC_PD_CNT_IN_SD); in irdma_add_pd_table_entry() 571 rel_pd_idx = (pd_index % IRDMA_HMC_PD_CNT_IN_SD); in irdma_add_pd_table_entry() 591 pd_entry->bp.sd_pd_index = pd_index; in irdma_add_pd_table_entry()
|
| H A D | hmc.h | 180 struct irdma_hmc_info *hmc_info, u32 pd_index,
|
| /linux/drivers/scsi/megaraid/ |
| H A D | megaraid_sas_fusion.c | 3079 u16 pd_index = 0; in megasas_build_syspd_fusion() local 3090 pd_index = MEGASAS_PD_INDEX(scmd); in megasas_build_syspd_fusion() 3109 instance->pd_list[pd_index].driveType == TYPE_DISK) { in megasas_build_syspd_fusion() 3114 pd_sync->seq[pd_index].pd_target_id; in megasas_build_syspd_fusion() 3120 pd_sync->seq[pd_index].seqNum; in megasas_build_syspd_fusion() 3122 pd_sync->seq[pd_index].devHandle; in megasas_build_syspd_fusion() 3206 u16 pd_index = 0; in megasas_build_io_fusion() local 3242 pd_index = MEGASAS_PD_INDEX(scp); in megasas_build_io_fusion() 3243 drive_type = instance->pd_list[pd_index].driveType; in megasas_build_io_fusion() 4697 u16 pd_index = 0; in megasas_get_tm_devhandle() local [all …]
|
| H A D | megaraid_sas_base.c | 1892 u16 pd_index = 0, ld; in megasas_set_dynamic_target_properties() local 1929 pd_index = (sdev->channel * MEGASAS_MAX_DEV_PER_CHANNEL) + in megasas_set_dynamic_target_properties() 1934 pd_sync->seq[pd_index].capability.tmCapable; in megasas_set_dynamic_target_properties() 2073 u16 pd_index = 0; in megasas_sdev_configure() local 2081 pd_index = (sdev->channel * MEGASAS_MAX_DEV_PER_CHANNEL) + in megasas_sdev_configure() 2083 if (instance->pd_list[pd_index].driveState != in megasas_sdev_configure() 2116 u16 pd_index = 0, ld_tgt_id; in megasas_sdev_init() local 2125 pd_index = in megasas_sdev_init() 2129 instance->pd_list[pd_index].driveState == in megasas_sdev_init() 4623 int ret = 0, pd_index = 0; in megasas_get_pd_list() local [all …]
|