Searched refs:org_data_len (Results 1 – 1 of 1) sorted by relevance
91 uint32_t org_data_len; member430 work_buff_size = section->org_data_len + BUFFER_PADDING; in ape_section_copy()448 if (size < section->org_data_len) { in ape_section_copy()451 section->org_data_len, size); in ape_section_copy()459 size = section->org_data_len; in ape_section_copy()494 uint32_t size = section->org_data_len; in ape_section_zero()497 if (section->org_data_len == 0) in ape_section_zero()550 if (section->org_data_len % sizeof(uint32_t)) { in bnxt_load()552 section->org_data_len); in bnxt_load()
Completed in 3 milliseconds