Searched refs:section_entry (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_ddp.c | 238 while (state->buf->section_entry[state->sect_idx].type != in ice_pkg_enum_section() 244 offset = le16_to_cpu(state->buf->section_entry[state->sect_idx].offset); in ice_pkg_enum_section() 248 size = le16_to_cpu(state->buf->section_entry[state->sect_idx].size); in ice_pkg_enum_section() 257 le32_to_cpu(state->buf->section_entry[state->sect_idx].type); in ice_pkg_enum_section() 262 le16_to_cpu(state->buf->section_entry[state->sect_idx].offset); in ice_pkg_enum_section() 701 cpu_to_le16(offsetof(struct ice_buf_hdr, section_entry)); in ice_pkg_buf_alloc() 974 flex_array_size(buf, section_entry, count); in ice_pkg_buf_reserve_section() 1017 buf->section_entry[sect_count].offset = cpu_to_le16(data_end); in ice_pkg_buf_alloc_section() 1018 buf->section_entry[sect_count].size = cpu_to_le16(size); in ice_pkg_buf_alloc_section() 1019 buf->section_entry[sect_count].type = cpu_to_le32(type); in ice_pkg_buf_alloc_section() [all …]
|
H A D | ice_ddp.h | 209 struct ice_section_entry section_entry[]; member 214 struct_size_t(struct ice_buf_hdr, section_entry, 1) - (hd_sz)) / \
|
/linux/drivers/iommu/ |
H A D | exynos-iommu.c | 180 static sysmmu_pte_t *section_entry(sysmmu_pte_t *pgtable, sysmmu_iova_t iova) in section_entry() function 558 ent = section_entry(phys_to_virt(data->pgtable), fault->addr); in show_fault_information() 1247 entry = section_entry(domain->pgtable, iova); in exynos_iommu_map() 1304 ent = section_entry(domain->pgtable, iova); in exynos_iommu_unmap() 1380 entry = section_entry(domain->pgtable, iova); in exynos_iommu_iova_to_phys()
|