Home
last modified time | relevance | path

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

/openbmc/linux/drivers/cxl/core/
H A Dpci.c549 size_t entry_dw; in cxl_cdat_read_table() local
573 entry_dw = rc / sizeof(__le32); in cxl_cdat_read_table()
575 entry_dw -= 1; in cxl_cdat_read_table()
581 length -= entry_dw * sizeof(__le32); in cxl_cdat_read_table()
582 data += entry_dw; in cxl_cdat_read_table()