1PCI_FIND_NEXT_HT_CAP(9) Hardware Interfaces PCI_FIND_NEXT_HT_CAP(9)
2
3
4
6 pci_find_next_ht_capability - query a device's Hypertransport
7 capabilities
8
10 int pci_find_next_ht_capability(struct pci_dev * dev, int pos,
11 int ht_cap);
12
14 dev
15 PCI device to query
16
17 pos
18 Position from which to continue searching
19
20 ht_cap
21 Hypertransport capability code
22
24 To be used in conjunction with pci_find_ht_capability to search for all
25 capabilities matching ht_cap. pos should always be a value returned
26 from pci_find_ht_capability.
27
28 NB. To be 100% safe against broken PCI devices, the caller should take
29 steps to avoid an infinite loop.
30
32Kernel Hackers Manual 3.10 June 2019 PCI_FIND_NEXT_HT_CAP(9)