Query: pci_find_ht_capability
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PCI_FIND_HT_CAPABILI(9) Hardware Interfaces PCI_FIND_HT_CAPABILI(9)NAMEpci_find_ht_capability - query a device's Hypertransport capabilitiesSYNOPSISint pci_find_ht_capability(struct pci_dev * dev, int ht_cap);ARGUMENTSdev PCI device to query ht_cap Hypertransport capability codeDESCRIPTIONTell if a device supports a given Hypertransport capability. Returns an address within the device's PCI configuration space or 0 in case the device does not support the request capability. The address points to the PCI capability, of type PCI_CAP_ID_HT, which has a Hypertransport capability matching ht_cap.COPYRIGHTKernel Hackers Manual 2.6. July 2010 PCI_FIND_HT_CAPABILI(9)