Home
last modified time | relevance | path

Searched refs:sect_idx (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_ddp.c201 if (++state->sect_idx < le16_to_cpu(state->buf->section_count)) in ice_pkg_advance_sect()
209 state->sect_idx = 0; in ice_pkg_advance_sect()
237 while (state->buf->section_entry[state->sect_idx].type != in ice_pkg_enum_section()
243 offset = le16_to_cpu(state->buf->section_entry[state->sect_idx].offset); in ice_pkg_enum_section()
247 size = le16_to_cpu(state->buf->section_entry[state->sect_idx].size); in ice_pkg_enum_section()
256 le32_to_cpu(state->buf->section_entry[state->sect_idx].type); in ice_pkg_enum_section()
261 le16_to_cpu(state->buf->section_entry[state->sect_idx].offset); in ice_pkg_enum_section()
H A Dice_ddp.h411 u32 sect_idx; member