Man Page: pci_find_next_ht_capability
Operating Environment: suse
Section: 9
PCI_FIND_NEXT_HT_CAP(9) Hardware Interfaces PCI_FIND_NEXT_HT_CAP(9)NAMEpci_find_next_ht_capability - query a device's Hypertransport capabilitiesSYNOPSISint pci_find_next_ht_capability(struct pci_dev * dev, int pos, int ht_cap);ARGUMENTSdev PCI device to query pos Position from which to continue searching ht_cap Hypertransport capability codeDESCRIPTIONTo be used in conjunction with pci_find_ht_capability to search for all capabilities matching ht_cap. pos should always be a value returned from pci_find_ht_capability. NB. To be 100% safe against broken PCI devices, the caller should take steps to avoid an infinite loop.COPYRIGHTKernel Hackers Manual 2.6. July 2010 PCI_FIND_NEXT_HT_CAP(9)
| Related Man Pages |
|---|
| pci_create_slot(9) - suse |
| pci_enable_io(9) - debian |
| pci_read_config(9) - debian |
| pci_report_pmcap(9f) - sunos |
| pci_report_pmcap(9f) - opensolaris |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| Change directory error |
| Update kernel Linux without reboot?! |
| A (ksh) Library For and From UNIX.com |
| Shopt -s histappend |