Searched refs:ioa_dump (Results 1 – 2 of 2) sorted by relevance
2987 struct ipr_ioa_dump *ioa_dump = &ioa_cfg->dump->ioa_dump; in ipr_sdt_copy() local2995 (ioa_dump->hdr.len + bytes_copied) < max_dump_size) { in ipr_sdt_copy()2996 if (ioa_dump->page_offset >= PAGE_SIZE || in ipr_sdt_copy()2997 ioa_dump->page_offset == 0) { in ipr_sdt_copy()3005 ioa_dump->page_offset = 0; in ipr_sdt_copy()3006 ioa_dump->ioa_data[ioa_dump->next_page_index] = page; in ipr_sdt_copy()3007 ioa_dump->next_page_index++; in ipr_sdt_copy()3009 page = ioa_dump->ioa_data[ioa_dump->next_page_index - 1]; in ipr_sdt_copy()3012 rem_page_len = PAGE_SIZE - ioa_dump->page_offset; in ipr_sdt_copy()3021 &page[ioa_dump->page_offset / 4], in ipr_sdt_copy()[all …]
1739 struct ipr_ioa_dump ioa_dump; member