PCI_STD_HEADER_SIZEOF   23 drivers/pci/pci-bridge-emul.c #define PCI_BRIDGE_CONF_END	PCI_STD_HEADER_SIZEOF
PCI_STD_HEADER_SIZEOF   44 drivers/vfio/pci/vfio_pci_config.c 	[PCI_CAP_ID_BASIC]	= PCI_STD_HEADER_SIZEOF, /* pci config header */
PCI_STD_HEADER_SIZEOF  260 drivers/vfio/pci/vfio_pci_config.c 	} else if (pos >= PCI_STD_HEADER_SIZEOF) { /* Std cap mangling */
PCI_STD_HEADER_SIZEOF  619 drivers/vfio/pci/vfio_pci_config.c 	if (alloc_perm_bits(perm, PCI_STD_HEADER_SIZEOF))
PCI_STD_HEADER_SIZEOF 1042 drivers/vfio/pci/vfio_pci_config.c 						 PCI_STD_HEADER_SIZEOF;
PCI_STD_HEADER_SIZEOF 1449 drivers/vfio/pci/vfio_pci_config.c 	loops = (PCI_CFG_SPACE_SIZE - PCI_STD_HEADER_SIZEOF) / PCI_CAP_SIZEOF;
PCI_STD_HEADER_SIZEOF 1655 drivers/vfio/pci/vfio_pci_config.c 	memset(map, PCI_CAP_ID_BASIC, PCI_STD_HEADER_SIZEOF);
PCI_STD_HEADER_SIZEOF 1656 drivers/vfio/pci/vfio_pci_config.c 	memset(map + PCI_STD_HEADER_SIZEOF, PCI_CAP_ID_INVALID,
PCI_STD_HEADER_SIZEOF 1657 drivers/vfio/pci/vfio_pci_config.c 	       pdev->cfg_size - PCI_STD_HEADER_SIZEOF);
PCI_STD_HEADER_SIZEOF 1659 drivers/vfio/pci/vfio_pci_config.c 	ret = vfio_fill_vconfig_bytes(vdev, 0, PCI_STD_HEADER_SIZEOF);