Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/intel/ice/
Dice_flex_type.h406 u32 sect_idx; member
Dice_flex_pipe.c195 if (++state->sect_idx < le16_to_cpu(state->buf->section_count)) in ice_pkg_advance_sect()
203 state->sect_idx = 0; in ice_pkg_advance_sect()
232 while (state->buf->section_entry[state->sect_idx].type != in ice_pkg_enum_section()
238 offset = le16_to_cpu(state->buf->section_entry[state->sect_idx].offset); in ice_pkg_enum_section()
242 size = le16_to_cpu(state->buf->section_entry[state->sect_idx].size); in ice_pkg_enum_section()
251 le32_to_cpu(state->buf->section_entry[state->sect_idx].type); in ice_pkg_enum_section()
255 le16_to_cpu(state->buf->section_entry[state->sect_idx].offset); in ice_pkg_enum_section()