Home
last modified time | relevance | path

Searched refs:section_entry (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/intel/ice/
Dice_flex_pipe.c133 while (state->buf->section_entry[state->sect_idx].type != in ice_pkg_enum_section()
139 offset = le16_to_cpu(state->buf->section_entry[state->sect_idx].offset); in ice_pkg_enum_section()
143 size = le16_to_cpu(state->buf->section_entry[state->sect_idx].size); in ice_pkg_enum_section()
152 le32_to_cpu(state->buf->section_entry[state->sect_idx].type); in ice_pkg_enum_section()
156 le16_to_cpu(state->buf->section_entry[state->sect_idx].offset); in ice_pkg_enum_section()
314 if (le32_to_cpu(bh->section_entry[0].type) & ICE_METADATA_BUF) in ice_dwnld_cfg_bufs()
343 if (le32_to_cpu(bh->section_entry[0].type) & in ice_dwnld_cfg_bufs()
Dice_flex_type.h101 struct ice_section_entry section_entry[1]; member
/Linux-v5.4/drivers/iommu/
Dexynos-iommu.c183 static sysmmu_pte_t *section_entry(sysmmu_pte_t *pgtable, sysmmu_iova_t iova) in section_entry() function
396 ent = section_entry(phys_to_virt(data->pgtable), fault_addr); in show_fault_information()
1089 entry = section_entry(domain->pgtable, iova); in exynos_iommu_map()
1144 ent = section_entry(domain->pgtable, iova); in exynos_iommu_unmap()
1220 entry = section_entry(domain->pgtable, iova); in exynos_iommu_iova_to_phys()