Searched refs:ioa_dump (Results 1 – 2 of 2) sorted by relevance
2972 struct ipr_ioa_dump *ioa_dump = &ioa_cfg->dump->ioa_dump; in ipr_sdt_copy() local2980 (ioa_dump->hdr.len + bytes_copied) < max_dump_size) { in ipr_sdt_copy()2981 if (ioa_dump->page_offset >= PAGE_SIZE || in ipr_sdt_copy()2982 ioa_dump->page_offset == 0) { in ipr_sdt_copy()2990 ioa_dump->page_offset = 0; in ipr_sdt_copy()2991 ioa_dump->ioa_data[ioa_dump->next_page_index] = page; in ipr_sdt_copy()2992 ioa_dump->next_page_index++; in ipr_sdt_copy()2994 page = ioa_dump->ioa_data[ioa_dump->next_page_index - 1]; in ipr_sdt_copy()2997 rem_page_len = PAGE_SIZE - ioa_dump->page_offset; in ipr_sdt_copy()3006 &page[ioa_dump->page_offset / 4], in ipr_sdt_copy()[all …]
1727 struct ipr_ioa_dump ioa_dump; member