Home
last modified time | relevance | path

Searched refs:t4_os_find_pci_capability (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cxgbe/shared/
H A Dosdep.h142 int t4_os_find_pci_capability(struct adapter *, uint8_t);
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c7815 pcie_cap = t4_os_find_pci_capability(adap, PCI_CAP_ID_EXP); in t4_fixup_host_params_compat()
9800 pcie_cap = t4_os_find_pci_capability(adapter, PCI_CAP_ID_EXP); in get_pci_mode()
9988 pcie_cap = t4_os_find_pci_capability(adapter, PCI_CAP_ID_EXP); in set_pcie_completion_timeout()
10106 t4_os_find_pci_capability(adapter, PCI_CAP_ID_VPD); in t4_prep_pf()
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_nexus.c2516 t4_os_find_pci_capability(struct adapter *sc, uint8_t cap) in t4_os_find_pci_capability() function