Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/libqos/
H A Dahci.c665 inline unsigned size_to_prdtl(unsigned bytes, unsigned bytes_per_prd) in size_to_prdtl() function
851 hdr->prdtl = size_to_prdtl(cmd->xbytes, cmd->prd_size); in command_header_init()
1165 cmd->header.prdtl = size_to_prdtl(cmd->xbytes, cmd->prd_size); in ahci_command_set_sizes()
1202 prdtl = size_to_prdtl(cmd->xbytes, cmd->prd_size); in ahci_command_commit()
H A Dahci.h602 unsigned size_to_prdtl(unsigned bytes, unsigned bytes_per_prd);