Lines Matching refs:size
657 * @size: Size of the transfer
661 int size, u32 *val)
669 if (where + size <= PCI_COMMAND) {
670 memcpy(val, ((u8 *)&hpdev->desc.v_id) + where, size);
671 } else if (where >= PCI_CLASS_REVISION && where + size <=
674 PCI_CLASS_REVISION, size);
675 } else if (where >= PCI_SUBSYSTEM_VENDOR_ID && where + size <=
678 PCI_SUBSYSTEM_VENDOR_ID, size);
679 } else if (where >= PCI_ROM_ADDRESS && where + size <=
683 } else if (where >= PCI_INTERRUPT_LINE && where + size <=
691 } else if (where + size <= CFG_PAGE_SIZE) {
698 switch (size) {
750 * @size: Size of the transfer
754 int size, u32 val)
760 where + size <= PCI_CAPABILITY_LIST) {
762 } else if (where >= PCI_COMMAND && where + size <= CFG_PAGE_SIZE) {
769 switch (size) {
797 * @size: Byte/word/dword
804 int where, int size, u32 *val)
814 _hv_pcifront_read_config(hpdev, where, size, val);
825 * @size: Byte/word/dword
832 int where, int size, u32 val)
842 _hv_pcifront_write_config(hpdev, where, size, val);
1285 * var-sized hypercall, var-size starts after vp_mask (thus
1417 u32 size;
1480 size = hv_compose_msi_req_v1(&ctxt.int_pkts.v1,
1489 size = hv_compose_msi_req_v2(&ctxt.int_pkts.v2,
1507 size, (unsigned long)&ctxt.pci_pkt,
1647 * This function returns the size of the BAR, rounded up to 1
1690 * for a child device are a power of 2 in size and aligned in memory,
1736 * BAR size.
1955 * @resp_packet_size: The size in bytes of resp.
3160 * a 4KB buffer that is guaranteed to be 4KB-aligned. Here the size and