Home
last modified time | relevance | path

Searched refs:pd_index (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e_hmc.c133 u32 pd_index, in i40e_add_pd_table_entry() argument
145 if (pd_index / I40E_HMC_PD_CNT_IN_SD >= hmc_info->sd_table.sd_cnt) { in i40e_add_pd_table_entry()
152 sd_idx = (pd_index / I40E_HMC_PD_CNT_IN_SD); in i40e_add_pd_table_entry()
157 rel_pd_idx = (pd_index % I40E_HMC_PD_CNT_IN_SD); in i40e_add_pd_table_entry()
175 pd_entry->bp.sd_pd_index = pd_index; in i40e_add_pd_table_entry()
Di40e_hmc.h203 #define I40E_FIND_PD_INDEX_LIMIT(hmc_info, type, idx, cnt, pd_index, pd_limit)\ argument
209 *(pd_index) = (u32)(fpm_adr / I40E_HMC_PAGED_BP_SIZE); \
222 u32 pd_index,
/linux-4.4.14/drivers/net/ethernet/intel/i40evf/
Di40e_hmc.h203 #define I40E_FIND_PD_INDEX_LIMIT(hmc_info, type, idx, cnt, pd_index, pd_limit)\ argument
209 *(pd_index) = (u32)(fpm_adr / I40E_HMC_PAGED_BP_SIZE); \
222 u32 pd_index,
/linux-4.4.14/drivers/iommu/
Dtegra-smmu.c503 unsigned int pd_index = iova_pd_index(iova); in tegra_smmu_set_pde() local
506 unsigned long offset = pd_index * sizeof(*pd); in tegra_smmu_set_pde()
509 pd[pd_index] = value; in tegra_smmu_set_pde()
531 unsigned int pd_index = iova_pd_index(iova); in tegra_smmu_pte_lookup() local
535 pt_page = as->pts[pd_index]; in tegra_smmu_pte_lookup()
540 *dmap = smmu_pde_to_dma(pd[pd_index]); in tegra_smmu_pte_lookup()
590 unsigned int pd_index = iova_pd_index(iova); in tegra_smmu_pte_get_use() local
592 as->count[pd_index]++; in tegra_smmu_pte_get_use()
/linux-4.4.14/drivers/scsi/megaraid/
Dmegaraid_sas_base.c1763 u16 pd_index = 0; in megasas_slave_configure() local
1770 pd_index = (sdev->channel * MEGASAS_MAX_DEV_PER_CHANNEL) + in megasas_slave_configure()
1772 if (instance->pd_list[pd_index].driveState != in megasas_slave_configure()
1789 u16 pd_index = 0; in megasas_slave_alloc() local
1797 pd_index = in megasas_slave_alloc()
1800 if ((instance->allow_fw_scan || instance->pd_list[pd_index].driveState == in megasas_slave_alloc()
3866 int ret = 0, pd_index = 0; in megasas_get_pd_list() local
3926 for (pd_index = 0; pd_index < le32_to_cpu(ci->count); pd_index++) { in megasas_get_pd_list()
6646 u16 pd_index = 0; in megasas_aen_polling() local
6687 pd_index = in megasas_aen_polling()
[all …]
Dmegaraid_sas_fusion.c1734 u16 pd_index = 0; in megasas_build_ld_nonrw_fusion() local
1746 pd_index = MEGASAS_PD_INDEX(scmd); in megasas_build_ld_nonrw_fusion()
1822 u16 pd_index = 0; in megasas_build_syspd_fusion() local
1832 pd_index = MEGASAS_PD_INDEX(scmd); in megasas_build_syspd_fusion()
1848 instance->pd_list[pd_index].driveType == TYPE_DISK) { in megasas_build_syspd_fusion()
1854 pRAID_Context->configSeqNum = pd_sync->seq[pd_index].seqNum; in megasas_build_syspd_fusion()
1855 io_request->DevHandle = pd_sync->seq[pd_index].devHandle; in megasas_build_syspd_fusion()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dptlrpcd.c73 int pd_index; member
846 pd->pd_index = i; in ptlrpcd_init()