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

/freebsd-12-stable/sys/dev/pci/
H A Dpcivar.h118 uint8_t msix_location; /* Offset of MSI-X capability registers. */ member in struct:pcicfg_msix
H A Dpci.c907 cfg->msix.msix_location = ptr;
1653 msix->msix_location + PCIR_MSIX_CTRL,
1744 pci_write_config(dev, msix->msix_location + PCIR_MSIX_CTRL,
1779 if (cfg->msix.msix_location == 0 || !pci_do_msix)
1878 pci_write_config(child, cfg->msix.msix_location + PCIR_MSIX_CTRL,
2075 pci_write_config(child, msix->msix_location + PCIR_MSIX_CTRL,
2108 if (pci_do_msix && msix->msix_location != 0)
2119 if (pci_do_msix && msix->msix_location != 0)
2130 if (pci_do_msix && msix->msix_location != 0)
2984 if (cfg->msix.msix_location) {
[all...]

Completed in 174 milliseconds