Home
last modified time | relevance | path

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

/dpdk/drivers/net/ice/base/
H A Dice_flex_type.h715 u32 sect_idx; member
H A Dice_flex_pipe.c197 if (++state->sect_idx < LE16_TO_CPU(state->buf->section_count)) in ice_pkg_advance_sect()
205 state->sect_idx = 0; in ice_pkg_advance_sect()
234 while (state->buf->section_entry[state->sect_idx].type != in ice_pkg_enum_section()
240 offset = LE16_TO_CPU(state->buf->section_entry[state->sect_idx].offset); in ice_pkg_enum_section()
244 size = LE16_TO_CPU(state->buf->section_entry[state->sect_idx].size); in ice_pkg_enum_section()
253 LE32_TO_CPU(state->buf->section_entry[state->sect_idx].type); in ice_pkg_enum_section()
257 LE16_TO_CPU(state->buf->section_entry[state->sect_idx].offset); in ice_pkg_enum_section()