Home
last modified time | relevance | path

Searched refs:PCI_STD_HEADER_SIZEOF (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/drivers/vfio/pci/
Dvfio_pci_config.c44 [PCI_CAP_ID_BASIC] = PCI_STD_HEADER_SIZEOF, /* pci config header */
261 } else if (pos >= PCI_STD_HEADER_SIZEOF) { /* Std cap mangling */ in vfio_direct_config_read()
654 if (alloc_perm_bits(perm, PCI_STD_HEADER_SIZEOF)) in init_pci_cap_basic_perm()
1117 PCI_STD_HEADER_SIZEOF; in vfio_find_cap_start()
1540 loops = (PCI_CFG_SPACE_SIZE - PCI_STD_HEADER_SIZEOF) / PCI_CAP_SIZEOF; in vfio_cap_init()
1754 memset(map, PCI_CAP_ID_BASIC, PCI_STD_HEADER_SIZEOF); in vfio_config_init()
1755 memset(map + PCI_STD_HEADER_SIZEOF, PCI_CAP_ID_INVALID, in vfio_config_init()
1756 pdev->cfg_size - PCI_STD_HEADER_SIZEOF); in vfio_config_init()
1758 ret = vfio_fill_vconfig_bytes(vdev, 0, PCI_STD_HEADER_SIZEOF); in vfio_config_init()
/linux-6.6.21/drivers/pci/
Dpci-bridge-emul.c23 #define PCI_BRIDGE_CONF_END PCI_STD_HEADER_SIZEOF
50 struct pci_bridge_reg_behavior pci_regs_behavior[PCI_STD_HEADER_SIZEOF / 4] = {
/linux-6.6.21/include/uapi/linux/
Dpci_regs.h36 #define PCI_STD_HEADER_SIZEOF 64 macro