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

/freebsd-12-stable/sys/dev/mthca/
H A Dmthca_reset.c53 int hca_pcie_cap = 0; local
125 hca_pcie_cap = pci_find_capability(mdev->pdev, PCI_CAP_ID_EXP);
255 if (hca_pcie_cap) {
256 devctl = hca_header[(hca_pcie_cap + PCI_EXP_DEVCTL) / 4];
257 if (pci_write_config_word(mdev->pdev, hca_pcie_cap + PCI_EXP_DEVCTL,
264 linkctl = hca_header[(hca_pcie_cap + PCI_EXP_LNKCTL) / 4];
265 if (pci_write_config_word(mdev->pdev, hca_pcie_cap + PCI_EXP_LNKCTL,

Completed in 129 milliseconds