Searched refs:ERR_BUFF_MAX_COPY_SIZE (Results 1 – 2 of 2) sorted by relevance
679 #define ERR_BUFF_MAX_COPY_SIZE PAGE_SIZE macro697 if (count > ERR_BUFF_MAX_COPY_SIZE) in guest_afu_read_err_buffer()698 count = ERR_BUFF_MAX_COPY_SIZE - (off & 0x7); in guest_afu_read_err_buffer()
1020 #define ERR_BUFF_MAX_COPY_SIZE PAGE_SIZE macro1045 if (aligned_length > ERR_BUFF_MAX_COPY_SIZE) { in cxl_pci_afu_read_err_buffer()1046 aligned_length = ERR_BUFF_MAX_COPY_SIZE; in cxl_pci_afu_read_err_buffer()1047 count = ERR_BUFF_MAX_COPY_SIZE - (off & 0x7); in cxl_pci_afu_read_err_buffer()