Home
last modified time | relevance | path

Searched refs:aligned_length (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/misc/cxl/
Dpci.c1043 size_t aligned_length; in cxl_pci_afu_read_err_buffer() local
1054 aligned_length = aligned_end - aligned_start; in cxl_pci_afu_read_err_buffer()
1057 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()
1068 memcpy_fromio(tbuf, ebuf + aligned_start, aligned_length); in cxl_pci_afu_read_err_buffer()