Searched refs:ERR_BUFF_MAX_COPY_SIZE (Results 1 – 2 of 2) sorted by relevance
675 #define ERR_BUFF_MAX_COPY_SIZE PAGE_SIZE macro693 if (count > ERR_BUFF_MAX_COPY_SIZE) in guest_afu_read_err_buffer()694 count = ERR_BUFF_MAX_COPY_SIZE - (off & 0x7); in guest_afu_read_err_buffer()
1032 #define ERR_BUFF_MAX_COPY_SIZE PAGE_SIZE macro1057 if (aligned_length > ERR_BUFF_MAX_COPY_SIZE) { in cxl_pci_afu_read_err_buffer()1058 aligned_length = ERR_BUFF_MAX_COPY_SIZE; in cxl_pci_afu_read_err_buffer()1059 count = ERR_BUFF_MAX_COPY_SIZE - (off & 0x7); in cxl_pci_afu_read_err_buffer()