Searched refs:ioa_dump (Results 1 – 2 of 2) sorted by relevance
2888 struct ipr_ioa_dump *ioa_dump = &ioa_cfg->dump->ioa_dump; in ipr_sdt_copy() local2896 (ioa_dump->hdr.len + bytes_copied) < max_dump_size) { in ipr_sdt_copy()2897 if (ioa_dump->page_offset >= PAGE_SIZE || in ipr_sdt_copy()2898 ioa_dump->page_offset == 0) { in ipr_sdt_copy()2906 ioa_dump->page_offset = 0; in ipr_sdt_copy()2907 ioa_dump->ioa_data[ioa_dump->next_page_index] = page; in ipr_sdt_copy()2908 ioa_dump->next_page_index++; in ipr_sdt_copy()2910 page = ioa_dump->ioa_data[ioa_dump->next_page_index - 1]; in ipr_sdt_copy()2913 rem_page_len = PAGE_SIZE - ioa_dump->page_offset; in ipr_sdt_copy()2922 &page[ioa_dump->page_offset / 4], in ipr_sdt_copy()[all …]
1702 struct ipr_ioa_dump ioa_dump; member