Searched refs:msix_location (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/sys/dev/pci/
H A Dpcivar.h105 uint8_t msix_location; /* Offset of MSI-X capability registers. */ member in struct:pcicfg_msix
H A Dpci.c719 cfg->msix.msix_location = ptr;
1409 pci_write_config(dev, msix->msix_location + PCIR_MSIX_CTRL,
1444 if (cfg->msix.msix_location == 0 || !pci_do_msix)
1543 pci_write_config(child, cfg->msix.msix_location + PCIR_MSIX_CTRL,
1736 pci_write_config(child, msix->msix_location + PCIR_MSIX_CTRL,
1769 if (pci_do_msix && msix->msix_location != 0)
2535 if (cfg->msix.msix_location) {
4678 if (dinfo->cfg.msix.msix_location != 0)

Completed in 117 milliseconds