Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
Dice_flex_type.h288 u32 sect_idx; member
Dice_flex_pipe.c186 if (++state->sect_idx < le16_to_cpu(state->buf->section_count)) in ice_pkg_advance_sect()
194 state->sect_idx = 0; in ice_pkg_advance_sect()
223 while (state->buf->section_entry[state->sect_idx].type != in ice_pkg_enum_section()
229 offset = le16_to_cpu(state->buf->section_entry[state->sect_idx].offset); in ice_pkg_enum_section()
233 size = le16_to_cpu(state->buf->section_entry[state->sect_idx].size); in ice_pkg_enum_section()
242 le32_to_cpu(state->buf->section_entry[state->sect_idx].type); in ice_pkg_enum_section()
246 le16_to_cpu(state->buf->section_entry[state->sect_idx].offset); in ice_pkg_enum_section()