Home
last modified time | relevance | path

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

/pciutils/
H A Dls-caps.c639 if (!config_fetch(d, where + PCI_MSI_MASK_BIT_64, 8)) in cap_msi()
641 mask = get_conf_long(d, where + PCI_MSI_MASK_BIT_64); in cap_msi()
/pciutils/lib/
H A Dheader.h364 #define PCI_MSI_MASK_BIT_64 16 /* per-vector masking for 64-bit devices */ macro