Lines Matching refs:section_entry
333 if (LE32_TO_CPU(buf->section_entry[0].type) & ICE_METADATA_BUF) in ice_is_buffer_metadata()
393 if (LE32_TO_CPU(bh->section_entry[0].type) & ICE_METADATA_BUF) in ice_dwnld_cfg_bufs_no_lock()
721 if (LE32_TO_CPU(bh->section_entry[0].type) & ICE_METADATA_BUF) in ice_dwnld_cfg_bufs()
1467 section_entry)); in ice_pkg_buf_alloc()
1737 FLEX_ARRAY_SIZE(buf, section_entry, count); in ice_pkg_buf_reserve_section()
1781 buf->section_entry[sect_count].offset = CPU_TO_LE16(data_end); in ice_pkg_buf_alloc_section()
1782 buf->section_entry[sect_count].size = CPU_TO_LE16(size); in ice_pkg_buf_alloc_section()
1783 buf->section_entry[sect_count].type = CPU_TO_LE32(type); in ice_pkg_buf_alloc_section()
1869 FLEX_ARRAY_SIZE(buf, section_entry, count); in ice_pkg_buf_unreserve_section()
2054 while (state->buf->section_entry[state->sect_idx].type != in ice_pkg_enum_section()
2060 offset = LE16_TO_CPU(state->buf->section_entry[state->sect_idx].offset); in ice_pkg_enum_section()
2064 size = LE16_TO_CPU(state->buf->section_entry[state->sect_idx].size); in ice_pkg_enum_section()
2073 LE32_TO_CPU(state->buf->section_entry[state->sect_idx].type); in ice_pkg_enum_section()
2077 LE16_TO_CPU(state->buf->section_entry[state->sect_idx].offset); in ice_pkg_enum_section()
2494 if (!section || LE32_TO_CPU(section->section_entry[0].type) != in ice_cfg_tx_topo()
2500 size = LE16_TO_CPU(section->section_entry[0].size); in ice_cfg_tx_topo()
2501 offset = LE16_TO_CPU(section->section_entry[0].offset); in ice_cfg_tx_topo()