Home
last modified time | relevance | path

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

/qemu/hw/scsi/
H A Dmegasas.c67 hwaddr pa_size; member
273 if (next >= (uint8_t *)cmd->frame + cmd->pa_size) { in megasas_sgl_next()
472 if (cmd->pa_size) { in megasas_unmap_frame()
473 pci_dma_unmap(p, cmd->frame, cmd->pa_size, 0, 0); in megasas_unmap_frame()
477 cmd->pa_size = 0; in megasas_unmap_frame()
523 cmd->pa_size = frame_size_p; in megasas_enqueue_frame()
/qemu/hw/ppc/
H A Dspapr.c257 size_t pa_size; in spapr_dt_pa_features() local
261 pa_size = sizeof(pa_features_206); in spapr_dt_pa_features()
265 pa_size = sizeof(pa_features_207); in spapr_dt_pa_features()
269 pa_size = sizeof(pa_features_300); in spapr_dt_pa_features()
273 pa_size = sizeof(pa_features_31); in spapr_dt_pa_features()
289 if ((spapr_get_cap(spapr, SPAPR_CAP_HTM) != 0) && pa_size > 24) { in spapr_dt_pa_features()
292 if (spapr->cas_pre_isa3_guest && pa_size > 40) { in spapr_dt_pa_features()
299 g_assert(pa_size > 66); in spapr_dt_pa_features()
303 _FDT((fdt_setprop(fdt, offset, "ibm,pa-features", pa_features, pa_size))); in spapr_dt_pa_features()