Home
last modified time | relevance | path

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

/drivers/net/ethernet/intel/ice/
A Dice_ddp.c202 if (++state->sect_idx < le16_to_cpu(state->buf->section_count)) in ice_pkg_advance_sect()
210 state->sect_idx = 0; in ice_pkg_advance_sect()
238 while (state->buf->section_entry[state->sect_idx].type != in ice_pkg_enum_section()
244 offset = le16_to_cpu(state->buf->section_entry[state->sect_idx].offset); in ice_pkg_enum_section()
248 size = le16_to_cpu(state->buf->section_entry[state->sect_idx].size); in ice_pkg_enum_section()
257 le32_to_cpu(state->buf->section_entry[state->sect_idx].type); in ice_pkg_enum_section()
262 le16_to_cpu(state->buf->section_entry[state->sect_idx].offset); in ice_pkg_enum_section()
A Dice_ddp.h445 u32 sect_idx; member

Completed in 12 milliseconds