Searched refs:section_count (Results 1 – 8 of 8) sorted by relevance
249 uint16_t section_count) in amdgpu_cper_alloc_entry() argument255 size += (SEC_DESC_LEN * section_count); in amdgpu_cper_alloc_entry()260 size += (NONSTD_SEC_LEN * section_count); in amdgpu_cper_alloc_entry()263 size += (FATAL_SEC_LEN * section_count); in amdgpu_cper_alloc_entry()266 size += (BOOT_SEC_LEN * section_count); in amdgpu_cper_alloc_entry()278 hdr->sec_cnt = section_count; in amdgpu_cper_alloc_entry()
90 uint16_t section_count);
125 u16 section_count; in ice_pkg_val_buf() local130 section_count = le16_to_cpu(hdr->section_count); in ice_pkg_val_buf()131 if (section_count < ICE_MIN_S_COUNT || section_count > ICE_MAX_S_COUNT) in ice_pkg_val_buf()202 if (++state->sect_idx < le16_to_cpu(state->buf->section_count)) in ice_pkg_advance_sect()956 u16 section_count; in ice_pkg_buf_reserve_section() local965 section_count = le16_to_cpu(buf->section_count); in ice_pkg_buf_reserve_section()966 if (section_count > 0) in ice_pkg_buf_reserve_section()1013 sect_count = le16_to_cpu(buf->section_count); in ice_pkg_buf_alloc_section()1024 buf->section_count = cpu_to_le16(sect_count + 1); in ice_pkg_buf_alloc_section()1087 return le16_to_cpu(buf->section_count); in ice_pkg_buf_get_active_sections()
207 __le16 section_count; member
505 hdr->section_count = 1; in set_rec_fields()
1346 u32 section_count; member
4900 for (i = 0; i < sec_tbl->section_count; i++) { in i40e_validate_profile()4951 for (i = 0; i < sec_tbl->section_count; i++) { in i40e_write_profile()5014 for (i = sec_tbl->section_count - 1; i >= 0; i--) { in i40e_rollback_profile()
1144 rcd->hdr.section_count = 1; in erst_writer()
Completed in 40 milliseconds