Searched refs:ioa_dump (Results 1 – 2 of 2) sorted by relevance
2920 struct ipr_ioa_dump *ioa_dump = &ioa_cfg->dump->ioa_dump; in ipr_sdt_copy() local2928 (ioa_dump->hdr.len + bytes_copied) < max_dump_size) { in ipr_sdt_copy()2929 if (ioa_dump->page_offset >= PAGE_SIZE || in ipr_sdt_copy()2930 ioa_dump->page_offset == 0) { in ipr_sdt_copy()2938 ioa_dump->page_offset = 0; in ipr_sdt_copy()2939 ioa_dump->ioa_data[ioa_dump->next_page_index] = page; in ipr_sdt_copy()2940 ioa_dump->next_page_index++; in ipr_sdt_copy()2942 page = ioa_dump->ioa_data[ioa_dump->next_page_index - 1]; in ipr_sdt_copy()2945 rem_page_len = PAGE_SIZE - ioa_dump->page_offset; in ipr_sdt_copy()2954 &page[ioa_dump->page_offset / 4], in ipr_sdt_copy()[all …]
1734 struct ipr_ioa_dump ioa_dump; member