Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/vfio/pci/
Dvfio_pci_config.c1533 loops = (PCI_CFG_SPACE_SIZE - PCI_STD_HEADER_SIZEOF) / PCI_CAP_SIZEOF; in vfio_cap_init()
1615 loops = (pdev->cfg_size - PCI_CFG_SPACE_SIZE) / PCI_CAP_SIZEOF; in vfio_ecap_init()
1654 len = PCI_CAP_SIZEOF; in vfio_ecap_init()
/linux-6.1.9/include/uapi/linux/
Dpci_regs.h233 #define PCI_CAP_SIZEOF 4 macro