Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ide/
H A Dahci.c978 int tbl_entry_size = 0; in ahci_populate_sglist() local
982 tbl_entry_size = prdt_tbl_entry_size(&tbl[i]); in ahci_populate_sglist()
983 if (offset < (sum + tbl_entry_size)) { in ahci_populate_sglist()
988 sum += tbl_entry_size; in ahci_populate_sglist()
990 if ((off_idx == -1) || (off_pos < 0) || (off_pos > tbl_entry_size)) { in ahci_populate_sglist()