PCIR_MSI_CTRL
#define PCI_MSI_FLAGS PCIR_MSI_CTRL
sc->bge_msicap + PCIR_MSI_CTRL, 2);
sc->bge_msicap + PCIR_MSI_CTRL,
PCIR_MSI_CTRL, 2);
pci_write_config(child, msi->msi_location + PCIR_MSI_CTRL,
pci_write_config(child, msi->msi_location + PCIR_MSI_CTRL,
pci_write_config(dev, msi->msi_location + PCIR_MSI_CTRL, msi->msi_ctrl,
ctrl = pci_read_config(child, cfg->msi.msi_location + PCIR_MSI_CTRL, 2);
pci_write_config(child, cfg->msi.msi_location + PCIR_MSI_CTRL, ctrl, 2);
pci_write_config(child, msi->msi_location + PCIR_MSI_CTRL,
ctrl = pci_read_config(child, msi->msi_location + PCIR_MSI_CTRL,
cfg->msi.msi_ctrl = REG(ptr + PCIR_MSI_CTRL, 2);
ctrl = read_config(fd, &p->pc_sel, ptr + PCIR_MSI_CTRL, 2);