Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/libqos/
H A Dahci.c91 uint32_t prd_size; member
714 opts->size, opts->prd_size); in ahci_exec()
918 cmd->prd_size = 4096; in ahci_command_create()
1137 unsigned prd_size) in ahci_command_set_sizes() argument
1142 g_assert_cmphex(prd_size, <=, 4096 * 1024); in ahci_command_set_sizes()
1143 g_assert_cmphex(prd_size & 0x01, ==, 0x00); in ahci_command_set_sizes()
1144 if (prd_size) { in ahci_command_set_sizes()
1145 cmd->prd_size = prd_size; in ahci_command_set_sizes()
1181 ahci_command_set_sizes(cmd, xbytes, prd_size); in ahci_command_adjust()
1225 if (remaining > cmd->prd_size) { in ahci_command_commit()
[all …]
H A Dahci.h481 unsigned prd_size; /* Size per-each PRD */ member
636 void ahci_command_set_prd_size(AHCICommand *cmd, unsigned prd_size);
638 unsigned prd_size);
642 uint64_t xbytes, unsigned prd_size);
/openbmc/qemu/tests/qtest/
H A Dide-test.c469 uint32_t prd_size = size & 0xfffe; /* bit 0 is always set to 0 */ in test_bmdma_various_prdts() local
481 if (prd_size == 0) { in test_bmdma_various_prdts()
482 prd_size = 65536; in test_bmdma_various_prdts()
498 if (prd_size < req_size) { in test_bmdma_various_prdts()
501 } else if (prd_size == req_size) { in test_bmdma_various_prdts()
/openbmc/linux/drivers/scsi/mvsas/
H A Dmv_sas.h126 u32 (*prd_size)(void); member
H A Dmv_sas.c365 i = MVS_CHIP_DISP->prd_size() * tei->n_elem; in mvs_task_prep_smp()
509 i = MVS_CHIP_DISP->prd_size() * MVS_CHIP_DISP->prd_count(); in mvs_task_prep_ata()
621 i = MVS_CHIP_DISP->prd_size() * tei->n_elem; in mvs_task_prep_ssp()