buf_table
if (le32toh(seg->buf_table.buf_count) < ICE_MIN_S_COUNT) {
seg->buf_table.buf_count);
section = ice_pkg_val_buf(seg->buf_table.buf_array);
state->buf_table = ice_find_buf_table(ice_seg);
if (!state->buf_table)
return ice_pkg_val_buf(state->buf_table->buf_array);
if (++state->buf_idx < le32toh(state->buf_table->buf_count))
return ice_pkg_val_buf(state->buf_table->buf_array +
struct ice_buf_table buf_table;
struct ice_buf_table *buf_table;