Searched refs:PCI_STD_HEADER_SIZEOF (Results 1 – 3 of 3) sorted by relevance
44 [PCI_CAP_ID_BASIC] = PCI_STD_HEADER_SIZEOF, /* pci config header */260 } else if (pos >= PCI_STD_HEADER_SIZEOF) { /* Std cap mangling */ in vfio_direct_config_read()650 if (alloc_perm_bits(perm, PCI_STD_HEADER_SIZEOF)) in init_pci_cap_basic_perm()1079 PCI_STD_HEADER_SIZEOF; in vfio_find_cap_start()1486 loops = (PCI_CFG_SPACE_SIZE - PCI_STD_HEADER_SIZEOF) / PCI_CAP_SIZEOF; in vfio_cap_init()1697 memset(map, PCI_CAP_ID_BASIC, PCI_STD_HEADER_SIZEOF); in vfio_config_init()1698 memset(map + PCI_STD_HEADER_SIZEOF, PCI_CAP_ID_INVALID, in vfio_config_init()1699 pdev->cfg_size - PCI_STD_HEADER_SIZEOF); in vfio_config_init()1701 ret = vfio_fill_vconfig_bytes(vdev, 0, PCI_STD_HEADER_SIZEOF); in vfio_config_init()
23 #define PCI_BRIDGE_CONF_END PCI_STD_HEADER_SIZEOF51 struct pci_bridge_reg_behavior pci_regs_behavior[PCI_STD_HEADER_SIZEOF / 4] = {
36 #define PCI_STD_HEADER_SIZEOF 64 macro
Completed in 12 milliseconds